grossWeightInKilograms property
getter/setter pair
Gross truck weight, including trailers and shipped goods when loaded at capacity, specified in kilograms. The provided value must be greater than or equal to 0. If unspecified, it will default to VehicleSpecification.currentWeightInKilograms. By default, it is not set.
Notes:
- Supported in TransportMode.truck, TransportMode.bus, TransportMode.privateBus, TransportMode.car (Beta), TransportMode.taxi (Beta) transport modes.
- Maximum weight for a car or taxi without a trailer is 4250 kg.
- Maximum weight for a car or taxi with a trailer is 7550 kg.
Implementation
int? grossWeightInKilograms;