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
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.
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.
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.
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.