RouteUpdateReason

enum RouteUpdateReason : Enum<RouteUpdateReason>

Specifies the reason for updating the current route.

Important: This is a Public Preview API. It may be changed or removed at any time.

Entries

Link copied to clipboard

The current route has been replanned due to deviation.

Link copied to clipboard

A better alternative has been found for the current route.

Link copied to clipboard

A better alternative has been found due to blockages on the current route.

Link copied to clipboard

The current route has been refreshed with data from the replanned route.

Link copied to clipboard

Route was updated through NavigationController.update method.

Properties

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