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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.