MKDirectionsMode Enum
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.
An enumeration of travel methods for which directions can be provided.
public enum MKDirectionsMode
type MKDirectionsMode =
- Inheritance
-
MKDirectionsMode
Fields
Name | Value | Description |
---|---|---|
Driving | 0 | Driving directions. |
Walking | 1 | Walking directions. |
Transit | 2 | Transit directions. |
Default | 3 | The user's preferred direction type. |