tiresCount property
getter/setter pair
The total number of tires the vehicle has, i.e., the tires on the base vehicle and any attached trailers. By default, it is not set. Otherwise it is guaranteed to be in the range [1, 255].
Note: This parameter is not supported in isoline routing.
Implementation
int? tiresCount;