OffRoadLocationContextProviderEngineFactory

public enum OffRoadLocationContextProviderEngineFactory

Factory for creating an off-road LocationContextProviderEngine instance.

Location context provides environmental data about the user’s current location. For off-road navigation, the LocationContext is different from traditional navigation due to the lack of mapped data about the surroundings.

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 LocationContextProviderEngine.

    This engine handles location context for off-road navigation. It returns location context information from the map-matched location for off-road navigation. Unlike traditional navigation, off-road navigation may have limited LocationContext data due to the lack of mapped data about the surroundings that use the OffRoadMapMatchingEngineFactory.

    Declaration

    Swift

    public static func create() -> LocationContextProviderEngine

    Return Value

    • An Instance of LocationContextProviderEngine.