SpeedLimit
public struct SpeedLimit : Equatable
Important
This is a Public Preview API. It may be changed or removed at any time.-
The value representing the speed limit with
UnitSpeedset tokilometersPerHourThe value isnilwhen there is no speed limitDeclaration
Swift
public let limitValue: Measurement<UnitSpeed>? -
An indicator of an unlimited speed limit
Declaration
Swift
public var isUnlimited: Bool { get }
SpeedLimit Structure Reference