TrafficEventImpactZone

Objective-C

enum TrafficEventImpactZone : NSInteger {}

Swift

enum TrafficEventImpactZone : Int, @unchecked Sendable

Constants indicating the traffic event shape.

  • Path as a collection of roads impact zone.

    Declaration

    Objective-C

    TrafficEventImpactZonePath = 0

    Swift

    case path = 0
  • Geographic area impact zone.

    Declaration

    Objective-C

    TrafficEventImpactZoneArea

    Swift

    case area = 1