TrafficMergeRoadType

public enum TrafficMergeRoadType : UInt32, CaseIterable, Codable

The type of road which is merging onto the current road.

  • The merging road is a limited access road.

    Declaration

    Swift

    case limitedAccessRoad
  • The merging road is a sliproad.

    Declaration

    Swift

    case sliproad
  • The merging road is a highway.

    Declaration

    Swift

    case highway