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
ParameterConfigurationwith the default values set. Note By default, the [ParameterConfiguration.transport_specification] will return a validTransportSpecificationobject with the [sdk.transport.TransportSpecification.transport_mode] set toTransportMode.car.Declaration
Swift
public init()