com.tomtom.sdk.navigation:route-replanner-hybrid
The Route Replanner Hybrid module provides an implementation of the RouteReplanner for use in hybrid navigation mode. This module:
enables dynamic route updates
facilitates re-routing back to a deviated route
calculates route content - such as turn-by-turn instructions and lane guidance.
Packages
This package includes the hybrid route replanner. It facilitates replanning within the hybrid navigation mode, leveraging both online and offline routing to provide a continuous and reliable navigation experience when network connectivity is inconsistent or unavailable. An instance of hybrid route replanner can be created through the HybridRouteReplannerFactory, by providing it with instances of both OnlineRoutePlanner
and OfflineRoutePlanner
alongside an optional RouteReplannerConfiguration object.