Enumerations
The following enumerations are available globally.
-
Creates an instance of
ArrivalDetectionEnginethat confirms whether the driver has reached the final destination for off-road navigation.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OffRoadArrivalDetectionEngineFactory -
Creates a
Navigationinstance.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OffRoadTomTomNavigationFactory -
Creates an instance of
GuidanceEnginethat handles guidance for off-road navigation.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OffRoadGuidanceEngineFactory -
Creates an instance of
LocationContextProviderEnginethat provides location context data from a matched location for off-road navigation.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OffRoadLocationContextProviderEngineFactory
-
Creates an instance of
MapMatchingEnginefor matching current location to the map for off-road navigation.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OffRoadMapMatchingEngineFactory
-
Creates an instance of the
RouteProgressEnginefor calculating the progress along the route for off-road navigation.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OffRoadRouteProgressEngineFactory
-
Creates an instance of
RouteProjectionEnginefor projecting the route for off-road navigation.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OffRoadRouteProjectionEngineFactory
-
Creates an instance of
RouteReplannerfor replanning the route for off-road navigation. Route replanning is not supported for off-road navigation and will thrownotSupportedForOffRoadNavigationerror if replanning is enabled.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OffRoadRouteReplannerFactory
-
Responsible for creating instances of
RouteTrackingEnginefor off-road navigation.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OffRoadRouteTrackingEngineFactory
Enumerations Reference