NavigationConfigurationBuilder

public class NavigationConfigurationBuilder

A builder that helps to construct NavigationConfiguration object.

Important

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

Lifecycle

  • Creates a configuration builder with the specified navigation key, location provider and route replanner.

    Declaration

    Swift

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

    Parameters

    apiKey

    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