TrafficMergeSide

public enum TrafficMergeSide : UInt32, CaseIterable, Codable

The side from where the merging traffic is joining with the current highway.

  • The traffic merge side is not known.

    Declaration

    Swift

    case unknown
  • The traffic is merging from the left side.

    Declaration

    Swift

    case left
  • The traffic is merging from the right side.

    Declaration

    Swift

    case right