RouteProgressState

enum RouteProgressState : Enum<RouteProgressState>

Contains the various progress states that can occur while navigating.

Entries

Link copied to clipboard

We are probably about to go off-route: all RouteProgress fields are valid.

Link copied to clipboard

We've gone off route: all RouteProgress fields are invalid.

Link copied to clipboard

We've approached to the end of route's leg: all RouteProgress fields are valid.

Link copied to clipboard

We are on the route: all RouteProgress fields are valid.

Link copied to clipboard

We have initialized route, but haven't started route tracking yet: all RouteProgress fields are valid.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int