TomTomSDKRouteReplannerHybrid
TomTomSDKRouteReplannerHybrid
The Route Replanner Hybrid module provides a specialized implementation of the RouteReplanner interface, specifically designed for use in hybrid navigation mode. This module enhances the navigation experience by enabling seamless transitions between online and offline routing, ensuring a continuous and reliable navigation experience, even when network connectivity is inconsistent or unavailable.
Functionalities
- Dynamic Route Updating: facilitates real-time updates to the route, allowing users to receive the latest navigation information as conditions change.
- Route Recovery Planning: facilitates planning a route back to the original path, ensuring that users can easily return to their intended course.
- Incremental Route Calculation: incrementally calculates route content, including navigation instructions and lane guidance, providing users with timely and relevant information throughout their journey.
HybridRouteReplanner is utilized to create an instance of the RouteReplanner.
API Overview
-
The hybrid implementation for the
RouteReplanner
.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public final class HybridRouteReplanner : RouteReplanner