VehicleLoadType
@available(*, message: "TT_API_PUBLIC_PREVIEW('byTheEndOf=2020.12', 'This is under Public Preview and subject to change until the end date. More information is available at: https://developer.tomtom.com/public-preview'﹚")
@objc
public enum VehicleLoadType : Int, EnumConvertible
Public Preview
This is under Public Preview and subject to change by the end of 2020.12.
More information is available at: https://developer.tomtom.com/public-preview
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
-
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
VehicleLoadType Enumeration Reference