Traversability

public enum Traversability : UInt32, CaseIterable, Codable

Junctions traversability of some traffic incident or flow section.

  • The roadway is open and can be driven upon.

    Declaration

    Swift

    case open
  • The roadway is closed (blocked) and cannot be driven upon.

    Declaration

    Swift

    case closed
  • The roadway is reversible but is currently not routable.

    Declaration

    Swift

    case reversibleNotRoutable