MapKit.MKLaunchOptions Members

The members of MapKit.MKLaunchOptions are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates an empty instance with the default values for the options to be used.

Public Properties

CameraMKMapCamera. Virtual camera, used to show a 3D perspective of the map.
DirectionsModeNullable<MKDirectionsMode>. The kind of directions that you want to show the user (walking, driving)
MapCenterNullable<CoreLocation.CLLocationCoordinate2D>. The location where the map should be centered
MapSpanNullable<MKCoordinateSpan>. Coordinate span for the region to be displayed by the maps app.
MapTypeNullable<MKMapType>. Specifies the desired type of map to render (standard, satellite, hybrid).
ShowTrafficNullable<bool>. Controls whether to display traffic information on the map.