MKLaunchOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates properties to be used with OpenInMaps(MKLaunchOptions).
public class MKLaunchOptions
type MKLaunchOptions = class
- Inheritance
-
MKLaunchOptions
Constructors
MKLaunchOptions() |
Creates an empty instance with the default values for the options to be used. |
Properties
Camera |
Virtual camera, used to show a 3D perspective of the map. |
DirectionsMode |
The kind of directions that you want to show the user (walking, driving) |
MapCenter |
The location where the map should be centered |
MapSpan |
Coordinate span for the region to be displayed by the maps app. |
MapType |
Specifies the desired type of map to render (standard, satellite, hybrid). |
ShowTraffic |
Controls whether to display traffic information on the map. |