NavigationConfigurationBuilder

public class NavigationConfigurationBuilder

NavigationConfigurationBuilder builds the NavigationConfiguration object

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Initializer

    Declaration

    Swift

    public init(
        navigationKey: String,
        locationProvider: LocationProvider,
        routeReplanner: TomTomSDKRouteReplanner.RouteReplanner
    )

    Parameters

    navigationKey

    API key used to access the navigation services.

    locationProvider

    LocationProvider that will be used by navigation

    routeReplanner

    Route replanner to be used when replanning.

Public