The members of MapKit.MKLaunchOptions are listed below.
See Also: Inherited members from System.Object
| Creates an empty instance with the default values for the options to be used. |
| Camera | MKMapCamera. Virtual camera, used to show a 3D perspective of the map. | |
| DirectionsMode | Nullable<MKDirectionsMode>. The kind of directions that you want to show the user (walking, driving) | |
| MapCenter | Nullable<CoreLocation.CLLocationCoordinate2D>. The location where the map should be centered | |
| MapSpan | Nullable<MKCoordinateSpan>. Coordinate span for the region to be displayed by the maps app. | |
| MapType | Nullable<MKMapType>. Specifies the desired type of map to render (standard, satellite, hybrid). | |
| ShowTraffic | Nullable<bool>. Controls whether to display traffic information on the map. |