MKMapItem is used to represent the data about a specific point on a map.
MKMapItem
is used to represent the data about a specific point on a map. It is most commonly used to represent the results of a map-related search (e.g., fetching directions or nearby points of interest) or to pass known data to the Apple Maps application for plotting and display.
For more information, please see the Apple Documentation for MKMapItem
.