RouteProgressState

enum RouteProgressState : Enum<RouteProgressState>

Contains the various progress states that can occur while navigating.

Entries

ROUTE_INVALID
Link copied to clipboard
The com.mapbox.api.directions.v5.models.DirectionsRoute provided via com.mapbox.navigation.core.MapboxNavigation.
ROUTE_INITIALIZED
Link copied to clipboard
The DirectionsRoute is valid and com.mapbox.navigation.core.
ROUTE_COMPLETE
Link 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
com.mapbox.navigation.core.
LOCATION_STALE
Link copied to clipboard
A lack of android.location.Location updates has caused a lack of confidence in the progress updates being sent.
OFF_ROUTE
Link copied to clipboard
State when we detect an off-route.
ROUTE_UNCERTAIN
Link copied to clipboard
State when we start following a route.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: RouteProgressState): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<RouteProgressState>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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