axleCount property
getter/setter pair
Defines total number of axles in the vehicle. The provided value must be greater than or
equal to 2. By default, it is not set.
Route calculation: When not set, possible axle count restrictions will not be
taken into consideration.
Rendering sdk.mapview.TruckProfile: When set, truck restriction icons for an axle count
greater than TruckSpecifications.axleCount will not be displayed.
When specifying TruckSpecifications.trailerAxleCount, then TruckSpecifications.axleCount is required and must be greater than TruckSpecifications.trailerAxleCount.
Implementation
int? axleCount;