TrafficSignalLocation

public enum TrafficSignalLocation : UInt32, CaseIterable, Codable

Indicates the location of a traffic signal.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Signal is located overhead.

    Declaration

    Swift

    case overhead
  • Signal is located on the left side of the segment.

    Declaration

    Swift

    case left
  • Signal is located on the right side of the segment.

    Declaration

    Swift

    case right