Package-level declarations

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.

Types

Link copied to clipboard

Factory for creating instances of hybrid RouteReplanner.