TrafficIconCategory

public enum TrafficIconCategory

The traffic category icon.

  • Represents an unknown icon category.

    Declaration

    Swift

    case unknown
  • Represents a traffic accident.

    Declaration

    Swift

    case accident
  • fog

    Represents fog.

    Declaration

    Swift

    case fog
  • Represents dangerous conditions.

    Declaration

    Swift

    case dangerousConditions
  • Represents rain.

    Declaration

    Swift

    case rain
  • ice

    Represents ice.

    Declaration

    Swift

    case ice
  • jam

    Represents a traffic jam.

    Declaration

    Swift

    case jam
  • Represents a lane closure.

    Declaration

    Swift

    case laneClosed
  • Represents a road closure.

    Declaration

    Swift

    case roadClosed
  • Represents road works.

    Declaration

    Swift

    case roadWorks
  • Represents wind.

    Declaration

    Swift

    case wind
  • Represents flooding.

    Declaration

    Swift

    case flooding
  • 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 a broken down vehicle.

    Declaration

    Swift

    case brokenDownVehicle