Viewing 1 replies (of 1 total)
  • Plugin Author ankurk91

    (@ankurk91)

    Hi,
    @drazon

    Currently, this plugin does not support this feature.

    But if you want to hard code them, you do by adding some js code to your footer.php

    
    window.addEventListener('agm.loaded', function (e) {
      // add new marker on map
      new google.maps.Marker({
        position: new google.maps.LatLng('Add-Latitude-here', 'Add-Longitude-here'),
        map: window.AGM.map,
        optimized: false,
        title: 'Your marker title goes here',
        //icon: 'optional-icon-file-url.png'
      });
    }, false);
    
Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Markers on the same map?’ is closed to new replies.