NavigationMode

sealed class NavigationMode

The route tracker's navigation mode. Navigation modes determine how the route is followed and how navigation events are triggered.

Since

300.0.0

Inheritors

Types

Link copied to clipboard
data object Driving : NavigationMode

The route is followed using driving navigation.

Link copied to clipboard
data object Walking : NavigationMode

The route is followed using walking navigation.