ContinuousReplanningMode

enum ContinuousReplanningMode : Enum<ContinuousReplanningMode>

Specifies how to handle continuous route replanning.

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

Entries

Link copied to clipboard

Obtained routes are proposed using com.tomtom.sdk.navigation.OnReplannedRouteProposedListener. It's up to the integrator to decide whether proposed route should be applied with com.tomtom.sdk.navigation.NavigationController.update or ignored.

Link copied to clipboard

Replan proposals are applied automatically if they are considered better. BetterRouteSelector is in charge of determining whether a route proposal is considered better than the active route or not.

Link copied to clipboard

Proposals, which are triggered because the active route is blocked will automatically be accepted. For all other proposals, it's up to the integrator to decide whether proposed route should be applied with com.tomtom.sdk.navigation.NavigationController.update or ignored.

Properties

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