Hazmat

enum Hazmat : Enum<Hazmat>

This enum defines all supported Hazardous Materials types

Entries

Link copied to clipboard

No hazardous material

Link copied to clipboard

General hazardous materials

Link copied to clipboard

Trucks with Explosive and Flammable Goods

Link copied to clipboard

Trucks with Goods Harmful for Water

Link copied to clipboard

USA only : Explosives (e.g., TNT, ammunition, flares, fireworks)

Link copied to clipboard

USA only : Flammable, compressed and poisonous gases (e.g., propane, compressed oxygen, chlorine)

Link copied to clipboard

USA only : Flammable and combustible liquids (e.g., jet fuel, gasoline, fuel oil, alcohols)

Link copied to clipboard

USA only : Flammable solids, spontaneously combustible materials and water reactive substances (e.g., matches, white phosphorus, potassium)

Link copied to clipboard

USA only : Oxidizers and organic peroxides (e.g., ammonium nitrate and benzoyl peroxide)

Link copied to clipboard

USA only : Poisonous (toxic) and infectious substances (e.g., cyanide, most mercury-based compounds, viruses, toxins and regulated medical waste)

Link copied to clipboard

USA only : Radioactive materials (e.g., plutonium-239 and uranium-235)

Link copied to clipboard

USA only : Corrosive materials (e.g., hydrochloric acid, sulfuric acid, mercury, sodium hydroxide)

Link copied to clipboard

USA only : Miscellaneous hazardous materials (e.g., asbestos, dry ice, lithium batteries)

Link copied to clipboard

USA only : Poisonous inhalation hazards (PIH)

Link copied to clipboard

Maximum native SDK value

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Native sdk enum value.

Functions

Link copied to clipboard
fun valueOf(value: String): Hazmat

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.