TrafficIncidentImpact
public enum TrafficIncidentImpact : UInt32, CaseIterable, Codable
Impact of a traffic incident.
-
The incident that results in a roadway being closed or is the source of congestion across the area.
Declaration
Swift
case critical = 0 -
The incident with a significant impact on traffic flow.
Declaration
Swift
case major -
The incident with a moderate impact on traffic flow.
Declaration
Swift
case minor -
The incident in which traffic is only slightly impacted and can be routed relatively easily.
Declaration
Swift
case low -
The incident impact is not provided by the traffic incidents supplier.
Declaration
Swift
case unknown