createOnlineFirst
Creates an instance of hybrid RouteReplanner configured with expectation of online first behaviour. Online first behaviour is controlled by feature toggles
com.tomtom.sdk.navigation.featuretoggle.HybridOnlineFirstSynchronousFallbackFeature
com.tomtom.sdk.navigation.featuretoggle.HybridOnlineFirstContinuousReplanningFeature
com.tomtom.sdk.navigation.featuretoggle.HybridOnlineFirstBackToRouteFeature Method requires at least one of the feature toggles to be enabled. With HybridOnlineFirstBackToRouteFeature enabled, the tileStore is used to create an cache route planner.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
RouteReplanner used to execute online routing requests.
RouteReplanner used to execute offline routing requests.
NavigationTileStore used to create cache route planner.
RouteReplannerConfiguration used for route replanning.
Throws
if none of the feature toggles are enabled.