SpeedLimit

public struct SpeedLimit : Equatable

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • The value representing the speed limit with UnitSpeed set to kilometersPerHour The value is nil when there is no speed limit

    Declaration

    Swift

    public let limitValue: Measurement<UnitSpeed>?
  • An indicator of an unlimited speed limit

    Declaration

    Swift

    public var isUnlimited: Bool { get }