VehicleZone

fun <A : VehicleArea> VehicleZone(vararg areas: A)


fun <A : VehicleArea> VehicleZone(areas: Set<A>)

Parameters

A

The area type as provided by VehicleArea.

areas

The areas that compose the zone.