Skip to main content

NavigationMode

Namespace: Wisej.Hybrid.Shared.Map

Assembly: Wisej.Hybrid

Represents various modes of navigation that can be passed to the operating system's Maps app.

public enum NavigationMode : Enum

Fields

NameDescription
BicyclingBicycle route mode.
DefaultThe default navigation mode on the platform.
DrivingCar route mode.
NoneNo navigation mode.
TransitTransit route mode.
WalkingWalking route mode.

Used By

NameDescription
MapLaunchOptions.NavigationModeGets or sets the navigation mode to use in the map application.