Can anybody tell me that how can I get latitude and longitude of a location when clicking on map?
Get latitude and longitude for map click
664 views Asked by user198725878 At
2
There are 2 answers
0

You could try changing this to suite your needs: http://www.iphonedevsdk.com/forum/tutorial-discussion/39374-mkmapview-tutorial-using-latitude-longitude.html
Try google maps v3 api. Add an event listener to click and you can get latitide/longitude pretty easily. Ex:
event.latLng automatically gets the longitude and latitude of the location you clicked on