Reputation: 2636
I want to place a link on my website that links to google maps,
however I can't find information on how to form the url.
I have lat and lng coordinates and I want a marker to show the exact point.
I have this for example
http://maps.google.co.uk/maps?hl=en&ll=55.236865,-1.616422&z=15
but it shows no marker
Upvotes: 1
Views: 2245
Reputation: 3734
This can be done even easier now: https://google.com/maps/place/55.236861,-1.616417
Upvotes: 1
Reputation: 5272
And also http://asnsblues.blogspot.com/2011/11/google-maps-query-string-parameters.html/
Upvotes: 0
Reputation: 1101
all the googlemap api are define here
http://maps.google.co.uk/maps?hl=en&ll=55.236865,-1.616422&z=15&[email protected],-1.616422
Upvotes: 0