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 HybridRouteReplanner class. This class facilitates the 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 HybridRouteReplanner can be created through its companion object's factory method, by providing it with instances of both OnlineRoutePlanner
and OfflineRoutePlanner
alongside an optional RouteReplannerConfiguration object.