问题
I am create a iphone Mapkit application. I want to get the coordinates where the user has tapped on the map screen.
Best Regards, Naveed Rafi
回答1:
Handle the touch event and then Use convertPoint:toCoordinateFromView:
http://developer.apple.com/iphone/library/documentation/MapKit/Reference/MKMapView_Class/MKMapView/MKMapView.html#//apple_ref/occ/instm/MKMapView/convertPoint:toCoordinateFromView:
来源:https://stackoverflow.com/questions/3624117/get-coordinates-on-tap-in-iphone-application