VehicleLoadType

@objc
public enum VehicleLoadType : Int, EnumConvertible

BETA Available vehicleLoadType values are US Hazmat classes 1 through 9, plus generic classifications for use in other countries. For more details, see: https://developer.tomtom.com/routing-api/routing-api-documentation-routing/common-routing-parameters.

Experiment

THIS API IS IN BETA VERSION
  • Defines that the cargo contains explosives.

    Declaration

    Swift

    case USHazmatClass1
  • Defines that the cargo contains hazardous gases.

    Declaration

    Swift

    case USHazmatClass2
  • Defines that the cargo contains flammable and combustible liquids.

    Declaration

    Swift

    case USHazmatClass3
  • Defines that the cargo contains flammable solids.

    Declaration

    Swift

    case USHazmatClass4
  • Defines that the cargo contains oxidizing substances and organic peroxides.

    Declaration

    Swift

    case USHazmatClass5
  • Defines that the cargo contains toxic substances and infectious substances.

    Declaration

    Swift

    case USHazmatClass6
  • Defines that the cargo contains radioactive materials.

    Declaration

    Swift

    case USHazmatClass7
  • Defines that the cargo contains corrosives.

    Declaration

    Swift

    case USHazmatClass8
  • Defines that the cargo contains miscellaneous hazardous materials.

    Declaration

    Swift

    case USHazmatClass9
  • Defines that the cargo contains explosive materials other than in class 1.

    Declaration

    Swift

    case otherHazmatExplosive
  • Defines that the cargo contains other general hazardous materials.

    Declaration

    Swift

    case otherHazmatGeneral
  • Defines that the cargo contains other hazardous substances that are harmful to water.

    Declaration

    Swift

    case otherHazmatHarmfulToWater
  • Defines that the vehicle load type is not set.

    Declaration

    Swift

    case undefined