get

operator fun <A : VehicleArea, T : VehicleProperties.VehicleProperty<*>> Map<VehicleZone<A>, T>.get(area: VehicleArea): T?

Retrieve the VehicleProperty for a given VehicleArea.

Return

The VehicleProperty, or null when the property is not supported.

Parameters

A

The area type as provided by VehicleArea.

T

The type of the property's value.

area

The VehicleArea item, for example FirstRowLeftSeatArea.