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 USHazmatClass1
  • Compressed gas

    Declaration

    Swift

    case USHazmatClass2
  • Flammable and combustible liquids

    Declaration

    Swift

    case USHazmatClass3
  • Flammable solids

    Declaration

    Swift

    case USHazmatClass4
  • Oxidizing substances and organic peroxides

    Declaration

    Swift

    case USHazmatClass5
  • Toxic substances and infectious substances

    Declaration

    Swift

    case USHazmatClass6
  • Radioactive

    Declaration

    Swift

    case USHazmatClass7
  • Corrosives

    Declaration

    Swift

    case USHazmatClass8
  • Miscellaneous hazardous materials.

    Declaration

    Swift

    case 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