MKMapItem is used to represent the data about a specific point on a map.
How can I launch the default maps app for iOS6 and pass it a custom location? For example: [[MKMapItem setLocation:…
i want display a point to point route inside my mapView, i use this code for create the route: - (…