VehicleZoneProperty

fun <A : VehicleArea, T : VehicleProperties.VehicleProperty<*>> VehicleZoneProperty(zoneProperties: Map<VehicleZone<A>, T>)

Parameters

A

The area type as provided by VehicleArea.

T

The type of the property's value.

zoneProperties

A map containing the properties per VehicleZone.