Package com.here.sdk.mapdata
Class VehicleProfileRestriction
java.lang.Object
com.here.sdk.mapdata.VehicleProfileRestriction
Physical and cargo profile of a vehicle that triggers a regulation.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionHazardous material condition associated with this profile.Vehicle type to which this restriction applies.Trailer count limits.Gross weight limits in kilograms.Weight limits in kilograms. -
Constructor Summary
ConstructorsConstructorDescriptionVehicleProfileRestriction(IntegerRange requiredWeightInKilograms, IntegerRange requiredGrossWeightInKilograms, IntegerRange requiredAmountOfTrailers, HazardousMaterialType hazardousMaterial) Creates a new instance with specified parameters. -
Method Summary
-
Field Details
-
requestedVehicleType
Vehicle type to which this restriction applies.
-
requiredWeightInKilograms
Weight limits in kilograms.
-
requiredGrossWeightInKilograms
Gross weight limits in kilograms.
-
requiredAmountOfTrailers
Trailer count limits.
-
hazardousMaterial
Hazardous material condition associated with this profile.
-
-
Constructor Details
-
VehicleProfileRestriction
public VehicleProfileRestriction(@NonNull IntegerRange requiredWeightInKilograms, @NonNull IntegerRange requiredGrossWeightInKilograms, @NonNull IntegerRange requiredAmountOfTrailers, @NonNull HazardousMaterialType hazardousMaterial) Creates a new instance with specified parameters.
- Parameters:
requiredWeightInKilograms-Weight limits in kilograms.
requiredGrossWeightInKilograms-Gross weight limits in kilograms.
requiredAmountOfTrailers-Trailer count limits.
hazardousMaterial-Hazardous material condition associated with this profile.
-
-
Method Details