HazardousMaterialRestriction (API Reference)
Package com.here.sdk.transport
Class HazardousMaterialRestriction
java.lang.Object
com.here.sdk.transport.HazardousMaterialRestriction
Represents restriction on transport of hazardous materials. A generic restriction, applying to any hazardous material, is encoded with empty member variables.
Note: This is a beta release of this feature. Related APIs may change for new releases without a deprecation process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionRestricted hazardous material.Tunnel category to restrict transport of specific goods. -
Constructor Summary
ConstructorsConstructorDescriptionHazardousMaterialRestriction(HazardousMaterial hazardousMaterial) Creates hazardous material restriction for specified material.HazardousMaterialRestriction(TunnelCategory tunnelCategory) Creates hazardous material restriction for specified tunnel category. -
Method Summary
-
Field Details
-
hazardousMaterial
Restricted hazardous material.
-
tunnelCategory
Tunnel category to restrict transport of specific goods.
-
-
Constructor Details
-
HazardousMaterialRestriction
Creates hazardous material restriction for specified material.
- Parameters:
hazardousMaterial-Restricted hazardous material.
-
HazardousMaterialRestriction
Creates hazardous material restriction for specified tunnel category.
- Parameters:
tunnelCategory-Tunnel category to restrict transport of specific goods.
-
-
Method Details