maxWeight property

VehicleRestrictionMaxWeight? maxWeight
getter/setter pair

Max permitted weight during the trip, in kilograms, along with the specific type of maximum permitted weight restriction. This property will be set if the VehicleSpecification.grossWeightInKilograms parameter used for route calculation exceeds this value.

Implementation

VehicleRestrictionMaxWeight? maxWeight;