RouteUpdateMode

enum RouteUpdateMode : Enum<RouteUpdateMode>

Specifies whether or not the system should try to periodically update the active route and look for better route proposals.

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

Entries

Link copied to clipboard

Route updates are enabled. The system will periodically update the active route and look for better route proposals. The period of the route update is defined by RouteReplanningEngineOptions.replanRouteInterval. Handling of the better route proposals, when found, is defined by ContinuousReplanningMode.

Link copied to clipboard

Route updates are disabled. The system will not update the active route nor search for better route proposals.

Properties

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