JunctionsTraversability
public enum JunctionsTraversability : UInt32, CaseIterable, Codable
Junctions traversability of some traffic incident or flow section.
-
All junctions are open.
Declaration
Swift
case allOpen -
All junctions are closed.
Declaration
Swift
case allClosed -
Junctions at the beginning and end of the roadway are open, intermediate junctions are closed.
Declaration
Swift
case intermediateClosedEdgeOpen -
First edge junction is open, all others are closed.
Declaration
Swift
case startOpenOthersClosed -
First edge junction is open, all others are closed.
Declaration
Swift
case endOpenOthersClosed