How retrieve latitude and longitude via Google Maps API?
|
|
If you need to find out the latitude and longitude of an address using the Google Maps API, you need to use the Google Maps Geocoding Service:
If you would like to get the latitude and longitude of a position clicked on your Google map, you can do this in the click event:
|
|||
|
|
With API v3
Likewise you can retrieve when a marker is dragged dropped :
|
|||||
|
|
more info here https://developers.google.com/maps/documentation/geocoding/ |
|||
|
|
|
I am not sure if you are requesting a way of getting latitude and longitude via code(although you did say API :) ), If you are then there are a million posts out there which will show you how(including the ones above), but if you are interested in some kinda utility which just tells you where you are clicking , then Google-maps already comes with it. check out his post here on how to enable that functionality. http://varunpant.com/posts/find-longitude-and-latitude-in-google-maps |
|||
|
|