OffRoadGuidanceEngineFactory

public enum OffRoadGuidanceEngineFactory

Factory for creating an off-road GuidanceEngine instance.

Off-road navigation guidance provides directions and help for travel on unpaved or unmarked paths, such as trails, dirt roads, or open terrain. This API provides a way to create GuidanceEngine instances that handle off-road navigation guidance.

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 the GuidanceEngine.

    This engine handles the guidance for off-road navigation. Unlike traditional road navigation, off-road navigation guidance typically does not rely on pre-existing road networks or signage.

    Declaration

    Swift

    public static func create() -> GuidanceEngine

    Return Value