MaxAxleGroupWeight (API Reference)
Package com.here.sdk.routing
Class MaxAxleGroupWeight
java.lang.Object
com.here.sdk.routing.MaxAxleGroupWeight
MaxAxleGroupWeight contains all the restriction details violated by an axle group weight.
-
Field Summary
FieldsModifier and TypeFieldDescriptionType of the restriction's axle groupintLimit of the axle weight in kilograms -
Constructor Summary
ConstructorsConstructorDescriptionMaxAxleGroupWeight(int maxWeightInKilograms, String axleGroupType) Creates a new instance. -
Method Summary
-
Field Details
-
maxWeightInKilograms
public int maxWeightInKilogramsLimit of the axle weight in kilograms
-
axleGroupType
Type of the restriction's axle group
-
-
Constructor Details
-
MaxAxleGroupWeight
Creates a new instance.
- Parameters:
maxWeightInKilograms-Limit of the axle weight in kilograms
axleGroupType-Type of the restriction's axle group
-
-
Method Details