RouteProgressState

Contains the various progress states that can occur while navigating.

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.