WarningLevel
public enum WarningLevel
Indicates the severity of the traffic event. Values are chosen according to the TPEG-TEC standard.
Important
This is a Public Preview API. It may be changed or removed at any time.Value representing the first danger level.
Declaration
Swift
case dangerLevel1
Value representing the second danger level.
Declaration
Swift
case dangerLevel2
Value representing the third danger level.
Declaration
Swift
case dangerLevel3
Value representing an informative event.
Declaration
Swift
case informative