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.

    Declaration

    Swift

    public init()