SpeedLimit

public enum SpeedLimit : Equatable

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The value representing specified speed limit

    Declaration

    Swift

    case limited(speed: Measurement<UnitSpeed>)
  • An indicator of an unknown speed limit

    Declaration

    Swift

    case unknown
  • An indicator of an unlimited speed limit

    Declaration

    Swift

    case unlimited