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,
        locationEngine: LocationEngine,
        routingService: RoutingService,
        configurationParameters: URLComponents? = nil
    )

    Parameters

    navigationKey

    API key used to access the navigation services.

    locationEngine

    LocationEngine that will be used by navigation

    routingService

    Routing service to be used when replanning.

    configurationParameters

    Configuration parameters for the navigation service

Public