getPropertyForArea

fun getPropertyForArea(area: VehicleArea): T?

Returns VehicleProperty for a given VehicleArea if there is one.

Return

VehicleProperty if there is one; null otherwise.

Parameters

area

The VehicleArea to get the property for