I was thinking of an application where user could select a location on an iphone app. I have googled it and didn’t find anything useful.
My question is, is it possible to let the user select a location from an iphone app using MapKit/CLLocation? If yes, please help me where should i start.
Thanks
You can add a long press gesture recognizer to the map:
In the handle long press method get the CLLocationCordinate2D: