NavigationMode 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.
Represents various modes of navigation that can be passed to the operating system's Maps app.
public enum class NavigationMode
public enum NavigationMode
type NavigationMode =
Public Enum NavigationMode
- Inheritance
-
NavigationMode
Fields
Name | Value | Description |
---|---|---|
None | 0 | No navigation mode. |
Default | 1 | The default navigation mode on the platform. |
Bicycling | 2 | Bicycle route mode. |
Driving | 3 | Car route mode. |
Transit | 4 | Transit route mode. |
Walking | 5 | Walking route mode. |
Remarks
Default is none.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.