OffRoadRouteProjectionEngineFactory
public enum OffRoadRouteProjectionEngineFactory
Factory for creating an off-road RouteProjectionEngine instance.
Route projection is used in road navigation to match the route used by the map matcher and vehicle horizon, ensuring a consistent experience for users. In off-road navigation, there is no map data available, so route projection is not used to match the route. However, an off-road route projection engine is still needed as part of the navigation configuration.
To create a default off-road Navigation, check the OffRoadTomTomNavigationFactory class.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
RouteProjectionEngine.This engine handles route projection for off-road navigation.
Declaration
Swift
public static func create() -> RouteProjectionEngineReturn Value
- An instance of
OffRoadRouteProjectionEngine.
- An instance of
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
OffRoadRouteProjectionEngineFactory