weightPerAxleGroup property
getter/setter pair
Allows specification of axle weights in a more fine-grained way than weight_per_axle_in_kilograms.
This is relevant in countries with signs and regulations that specify different limits for different axle groups, like the USA and Sweden.
By default is not set.
Note: weight_per_axle_in_kilograms and weight_per_axle_group are incompatible.
When available for your edition, if both attributes are set, during online RoutingEngine an sdk.routing.RoutingError.INVALID_PARAMETER error is generated.
Otherwise, when offline RoutingEngine is in place, both parameters are evaluated and the maximum value between them will be used.
Implementation
WeightPerAxleGroup? weightPerAxleGroup;