I would like to offer the user the possibility to (manually) select lat. and long. coordinates by touching a MKMapView. How can I achieve that?
I’ve seen that the MKMapView delegate offers the method convertPoint:toCoordinateFromView: . I think, that could be a good starting, but I don’t know how to create a point from a touch action.
I would appreciate any help. Thanks.
A
UITouchobject (see here) has the API:Then use the
MKMapViewAPI you identified.