1
I need to show a map to the user and allow him to choose a location.
After choosing the location I need to return the GPS coordinates (Latitude, Longitude) to the action.
What’s the best way to do this?
Note: Can be using javascript, jQuery or some free component.
take a look at this Tuto: http://www.aspsnippets.com/Articles/Get-Latitude-and-Longitude-Location-Coordinates-using-Google-Maps-OnClick-event.aspx
– JcSaint