Package-level declarations

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.

Types

Link copied to clipboard

A hybrid implementation of the RouteReplanner, designed to utilize both online and offline routing capabilities for route replanning during a navigation session.