TrafficIncidentCategory
public enum TrafficIncidentCategory : String
Category for on-route traffic incidents.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes the category based on the corresponding raw value. Returns “TrafficIncidentCategory.unknown” if rawValue is passed as nil.
Declaration
Swift
public init(rawValue: String?)
Parameters
rawValue
Raw value of traffic incident category.