HybridOnlineFirstBackToRouteFeature
Enable or disable back-to-route replanning algorithm after deviation.
When this feature is enabled, if the user deviates from the active route, a new route will be replanned. The replanning algorithm will be determinate by the current route computation source. For the online route, the replanning engine will trigger full replanning using the online route planner and com.tomtom.sdk.routing.RoutePlanner.backToRoute using cached tiles as a source. If the online route planner fails, the result of the back-to-route computation will be returned. For the offline route, the replanning engine will trigger com.tomtom.sdk.routing.RoutePlanner.backToRoute computation on the offline planner.
Important: This is a Public Preview API. It may be changed or removed at any time.