maxWeight property
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 TruckSpecifications.grossWeightInKilograms parameter used for route calculation exceeds this value.
Implementation
VehicleRestrictionMaxWeight? maxWeight;