SpeedLimitsType

public enum SpeedLimitsType

Reason for speed limit

Warning

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.
  • Implicit speed limit (for instance, default speed limit inside cities).

    Declaration

    Swift

    case implicit
  • Explicit speed limit set by a traffic sign.

    Declaration

    Swift

    case explicitOnTrafficSign
  • Explicit speed limit set by a traffic sign and time range.

    Declaration

    Swift

    case explicitTimeOfDay
  • Reason for speed limit is unknown.

    Declaration

    Swift

    case typeUnknown