SegmentSpeedLimit
public struct SegmentSpeedLimit : Hashable
Describes the posted speed limit on the segment span.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Speed limit in meter per seconds.
Declaration
Swift
public var speedLimitInMeterPerSeconds: Double? -
Indication that speed limit is unlimited.
Declaration
Swift
public var speedLimitIsUnlimited: Bool -
Creates a new instance with default values.
Declaration
Swift
public init(speedLimitInMeterPerSeconds: Double? = nil, speedLimitIsUnlimited: Bool)