VehicleLoadType

public enum VehicleLoadType : String
extension VehicleLoadType: QueryItemConvertible

Types of cargo that may be classified as hazardous materials and restricted from some roads.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Explosives

    Declaration

    Swift

    case unHazmatClass1 = "USHazmatClass1"
  • Compressed gas

    Declaration

    Swift

    case unHazmatClass2 = "USHazmatClass2"
  • Flammable and combustible liquids

    Declaration

    Swift

    case unHazmatClass3 = "USHazmatClass3"
  • Flammable solids

    Declaration

    Swift

    case unHazmatClass4 = "USHazmatClass4"
  • Oxidizing substances and organic peroxides

    Declaration

    Swift

    case unHazmatClass5 = "USHazmatClass5"
  • Toxic substances and infectious substances

    Declaration

    Swift

    case unHazmatClass6 = "USHazmatClass6"
  • Radioactive

    Declaration

    Swift

    case unHazmatClass7 = "USHazmatClass7"
  • Corrosives

    Declaration

    Swift

    case unHazmatClass8 = "USHazmatClass8"
  • Miscellaneous hazardous materials.

    Declaration

    Swift

    case unHazmatClass9 = "USHazmatClass9"
  • Explosive materials other than in class 1.

    Declaration

    Swift

    case otherHazmatExplosive
  • General hazardous materials.

    Declaration

    Swift

    case otherHazmatGeneral
  • Hazardous substances that are harmful to water.

    Declaration

    Swift

    case otherHazmatHarmfulToWater