Jaswinder Posted August 17, 2014 Share Posted August 17, 2014 Hi all The issue is, I want to show a map on google map site with marker on the location, when someone click on the link on my site. The problem is map is showing correctly, but no marker is there. Here is the link I am using <a href="https://www.google.com.au/maps/dir/-31.944951,115.803171">Map</a> Any help ? Link to comment https://forums.phpfreaks.com/topic/290495-google-map-marker/ Share on other sites More sharing options...
CroNiX Posted August 17, 2014 Share Posted August 17, 2014 I'd look into creating a custom map and saving that so you can "share" it and then link to it. https://support.google.com/maps/answer/62843?hl=en https://support.google.com/maps/answer/144365?hl=en&ref_topic=1687289 If you're going to be doing a lot of maps, I'd just look into using the Google Maps API Link to comment https://forums.phpfreaks.com/topic/290495-google-map-marker/#findComment-1488043 Share on other sites More sharing options...
CroNiX Posted August 18, 2014 Share Posted August 18, 2014 Here's an example using the api to show a simple marker: https://developers.google.com/maps/documentation/javascript/examples/marker-simple Link to comment https://forums.phpfreaks.com/topic/290495-google-map-marker/#findComment-1488082 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.