NumberOfAxles
Unique identifier of VehicleDimensions.numberOfAxles property of the Vehicle model.
To access the property value from the Vehicle, use the following snippet:
val numberOfAxles = (vehicle as? Motorized)?.dimensions?.numberOfAxles
Content copied to clipboard