weightPerAxleInKilograms property
getter/setter pair
Heaviest weight per axle, regardless of axle type or axle group. It is evaluated against all axle weight restrictions, including single axle and tandem axle weight restrictions. The provided value must be greater or equal to 0. By default, it is not set.
Notes:
- VehicleSpecification.weightPerAxleInKilograms and VehicleSpecification.weightPerAxleGroup are incompatible.
When available for your edition, if both attributes are set, during online
RoutingEngineanRoutingError.INVALID_PARAMETERerror is generated. Otherwise, when offlineRoutingEngineis in place, both parameters are evaluated and the maximum value between them will be used. - Supported in TransportMode.truck, TransportMode.bus, TransportMode.privateBus, TransportMode.car (Beta), TransportMode.taxi (Beta) transport modes.
Implementation
int? weightPerAxleInKilograms;