CommercialVehicleRoadType
public enum CommercialVehicleRoadType : UInt32, CaseIterable, Codable
Concise description of road type used in commercial vehicle regulations.
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.
-
Highway road type.
Declaration
Swift
case highway -
Motorway road type.
Declaration
Swift
case motorway -
Non-motorway road type.
Declaration
Swift
case nonMotorway -
Roads restricted to motorised vehicles only.
Declaration
Swift
case motorisedVehiclesOnly -
Single carriageway road.
Declaration
Swift
case singleCarriageway -
Dual carriageway road.
Declaration
Swift
case dualCarriageway -
Express road.
Declaration
Swift
case expressRoad -
Expressway.
Declaration
Swift
case expressway -
Freeway.
Declaration
Swift
case freeway -
Interstate highway.
Declaration
Swift
case interstate -
Limited access road.
Declaration
Swift
case limitedAccess -
Other road type not covered by specific categories.
Declaration
Swift
case other