OnlineTomTomNavigationFactory

public enum OnlineTomTomNavigationFactory

Creates an instance of Navigation configured to work in online mode by default.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Creates an instance of TomTomNavigation configured to work in online mode by default.

    Throws

    The error which indicates the map matching engine or horizon engine cannot be created.

    Declaration

    Swift

    public static func create(configuration: Configuration) throws -> TomTomNavigation

    Parameters

    configuration

    The configuration used for navigation setup for online mode.

    Return Value

    The configured online instance of TomTomNavigation.

  • The configuration used to set up Navigation SDK to work in online mode.

    See more

    Declaration

    Swift

    public struct Configuration