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