OffRoadRouteTrackingEngineFactory

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object OffRoadRouteTrackingEngineFactory

Deprecated

This will be removed from future releases after 2026-07-26.

Factory for creating an off-road RouteTrackingEngine instance.

The RouteTrackingEngine monitors if the driver is following the planned route or deviating from it and informs listeners of the RouteTrackingStateUpdatedListener. The engine uses data from the NavigationSnapshot to determine whether the driver is on track. Then it returns a RouteTrackingState with information about whether the driver is following the route.

To create a default off-road TomTomNavigation, check the OffRoadTomTomNavigationFactory class.

Functions

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun create(): RouteTrackingEngine

Creates an instance of RouteTrackingEngine.