sdk-routing / com.tomtom.online.sdk.routing.route.vehicle / VehicleLoadType

VehicleLoadType

@Beta(2020, 12) enum class VehicleLoadType

Represents types of cargo that may be classified as hazardous materials and restricted from some roads. 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.

Enum Values

UNDEFINED

Defines that the vehicle load type is not set.

US_HAZMAT_CLASS_1

Defines that the cargo contains explosives.

US_HAZMAT_CLASS_2

Defines that the cargo contains hazardous gases.

US_HAZMAT_CLASS_3

Defines that the cargo contains flammable and combustible liquids.

US_HAZMAT_CLASS_4

Defines that the cargo contains flammable solids.

US_HAZMAT_CLASS_5

Defines that the cargo contains oxidizing substances and organic peroxides.

US_HAZMAT_CLASS_6

Defines that the cargo contains toxic substances and infectious substances.

US_HAZMAT_CLASS_7

Defines that the cargo contains radioactive materials.

US_HAZMAT_CLASS_8

Defines that the cargo contains corrosives.

US_HAZMAT_CLASS_9

Defines that the cargo contains miscellaneous hazardous materials.

OTHER_HAZMAT_EXPLOSIVE

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

OTHER_HAZMAT_GENERAL

Defines that the cargo contains other general hazardous materials.

OTHER_HAZMAT_HARMFUL_TO_WATER

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