ParameterConfiguration

public struct ParameterConfiguration : Hashable

Contains values of configurable parameters that are used in SDK. This is a BETA feature and thus there can be bugs and unexpected behavior.

  • Stores default values related to pedestrian, vehicle, scooter and taxi specifications.

    Declaration

    Swift

    public var transportSpecification: TransportSpecification
  • Creates a new instance of ParameterConfiguration with the default values set. Note By default, the [ParameterConfiguration.transport_specification] will return a valid TransportSpecification object with the [sdk.transport.TransportSpecification.transport_mode] set to TransportMode.car.

    Declaration

    Swift

    public init()