RouteProgressState

enum RouteProgressState : Enum<RouteProgressState>

Contains the various progress states that can occur while navigating.

Entries

INITIALIZED
Link copied to clipboard
We have initialized route, but haven't started route tracking yet: all RouteProgress fields are valid.
TRACKING
Link copied to clipboard
We are on the route: all RouteProgress fields are valid.
COMPLETE
Link copied to clipboard
We've approached to the end of route's leg: all RouteProgress fields are valid.
OFF_ROUTE
Link copied to clipboard
We've gone off route: all RouteProgress fields are invalid.
UNCERTAIN
Link copied to clipboard
We are probably about to go off-route: all RouteProgress fields are valid.

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