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
UnitSpeed
set tokilometersPerHour
The value isnil
when 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 }