VehicleRestrictionMaxWeight constructor - VehicleRestrictionMaxWeight - routing library - Dart API
VehicleRestrictionMaxWeight
VehicleRestrictionMaxWeight constructor
- int valueInKilograms,
- VehicleRestrictionMaxWeightType type
Created a new instance.
valueInKilogramsMax permitted weight during the trip, in kilograms.typeRepresents the specific type of the maximum permitted weight restriction.
Implementation
VehicleRestrictionMaxWeight(this.valueInKilograms, this.type);