RoadSignVehicleType
public enum RoadSignVehicleType : UInt32, CaseIterable, Codable
Vehicle type for which a road sign is applicable.
-
Road sign is applicable for trucks.
Declaration
Swift
case trucks -
Road sign is applicable for heavy trucks.
Declaration
Swift
case heavyTrucks -
Road sign is applicable for buses.
Declaration
Swift
case bus -
Road sign is applicable for auto trailers. For example, passenger vehicles with trailer.
Declaration
Swift
case autoTrailer -
Road sign is applicable for motorhomes.
Declaration
Swift
case motorhome -
Road sign is applicable for motorcycles.
Declaration
Swift
case motorcycle