init(mapItem:)
Create a map item detail view controller.
Declaration
init(mapItem: MKMapItem?)Parameters
- mapItem:
The map item to display, or
nilto indicate the item is loading.
Discussion
Displays an inline map with the place data.
Create a map item detail view controller.
init(mapItem: MKMapItem?)The map item to display, or nil to indicate the item is loading.
Displays an inline map with the place data.