VehicleRestrictionMaxWeight (API Reference)
Package com.here.sdk.routing
Class VehicleRestrictionMaxWeight
java.lang.Object
com.here.sdk.routing.VehicleRestrictionMaxWeight
VehicleRestrictionMaxWeight contains max permitted weight during the trip, in kilograms,
along with the specific type of maximum permitted weight restriction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionRepresents the specific type of the maximum permitted weight restriction.intMax permitted weight during the trip, in kilograms. -
Constructor Summary
ConstructorsConstructorDescriptionVehicleRestrictionMaxWeight(int valueInKilograms, VehicleRestrictionMaxWeightType type) Created a new instance. -
Method Summary
-
Field Details
-
valueInKilograms
public int valueInKilogramsMax permitted weight during the trip, in kilograms.
-
type
Represents the specific type of the maximum permitted weight restriction.
-
-
Constructor Details
-
VehicleRestrictionMaxWeight
public VehicleRestrictionMaxWeight(int valueInKilograms, @NonNull VehicleRestrictionMaxWeightType type) Created a new instance.
- Parameters:
valueInKilograms-Max permitted weight during the trip, in kilograms.
type-Represents the specific type of the maximum permitted weight restriction.
-
-
Method Details