TrafficIconCategory
public enum TrafficIconCategory
The traffic category icon.
Represents a traffic accident.
Declaration
Swift
case accident
Represents a broken down vehicle.
Declaration
Swift
case brokenDownVehicle
Represents a cluster of icons, typically used when multiple traffic incidents are close together on the map. The representation (whether it’s a single incident or a cluster) may vary based on the map zoom level.
Declaration
Swift
case cluster
Represents dangerous conditions.
Declaration
Swift
case dangerousConditions
Represents flooding.
Declaration
Swift
case flooding
Represents fog.
Declaration
Swift
case fog
Represents ice.
Declaration
Swift
case ice
Represents a traffic jam.
Declaration
Swift
case jam
Represents a lane closure.
Declaration
Swift
case laneClosed
Represents rain.
Declaration
Swift
case rain
Represents a road closure.
Declaration
Swift
case roadClosed
Represents road works.
Declaration
Swift
case roadWorks
Represents an unknown icon category.
Declaration
Swift
case unknown
Represents wind.
Declaration
Swift
case wind