RouteReplanningReason

enum RouteReplanningReason : Enum<RouteReplanningReason>

Specifies the reason for replanning 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. Requires setting RouteReplanningPolicy.FIND_BETTER.

Link copied to clipboard

A better alternative has been found due to blockages on the current route. Requires setting RouteReplanningPolicy.FIND_BETTER.

Link copied to clipboard

The current route has been refreshed with data from the replanned route, such as ETA or current segments.

Properties

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