SpeedLimitsType
public enum SpeedLimitsType
Reason for speed limit
Important
This is a Public Preview API. It may be changed or removed at any time.-
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
SpeedLimitsType Enumeration Reference