Route Progress State
Contains the various progress states that can occur while navigating.
Entries
ROUTE_INVALID
Link copied to clipboard
Content copied to clipboard
The com.mapbox.api.directions.v5.models.DirectionsRoute provided via com.mapbox.navigation.core.MapboxNavigation.
ROUTE_INITIALIZED
Link copied to clipboard
Content copied to clipboard
The DirectionsRoute is valid and com.mapbox.navigation.core.
ROUTE_COMPLETE
Link copied to clipboard
Content copied to clipboard
The user has arrived at the destination of the given com.mapbox.api.directions.v5.models.RouteLeg.
LOCATION_TRACKING
Link copied to clipboard
Content copied to clipboard
com.mapbox.navigation.core.
LOCATION_STALE
Link copied to clipboard
Content copied to clipboard
A lack of android.location.Location updates has caused a lack of confidence in the progress updates being sent.
ROUTE_UNCERTAIN
Link copied to clipboard
Content copied to clipboard
State when we start following a route.