LaneAccess constructor
- bool automobiles,
- bool buses,
- bool taxis,
- bool carpools,
- bool pedestrians,
- bool trucks,
- bool throughTraffic,
- bool deliveryVehicles,
- bool emergencyVehicles,
- bool motorcycles,
Creates a new instance.
automobilesFour-wheel vehicles that are allowed according to national/local vehicle regulations to drive on motorways, ranging from sub-compact cars to full-size vans and light road vehicles.busesBuses that are used for public transportation.taxisFour-wheel vehicles that are usually fitted with a taximeter, that may be hired, along with their driver, to carry passengers to any specified destination.carpoolsRepresents the sharing of car journeys so that more than one person travels in a car, and prevents the need for others to have to drive to a location themselves.pedestriansPersons traveling on foot, whether walking or running.trucksLarge vehicles that range from medium to heavy duty trucks.throughTrafficPassenger vehicles (i.e., those defined as passenger car/automobiles) that are allowed to access roads that have traffic restrictions.deliveryVehiclesDelivery LaneAccess.trucks that are permitted to enter the city proper to unload goods at businesses.emergencyVehiclesAny vehicle that is designated and authorized to respond to an emergency in a life-threatening situation.motorcyclesMotorized two-wheeled passenger vehicles. Generally, mopeds are considered motorcycles.
Implementation
LaneAccess(this.automobiles, this.buses, this.taxis, this.carpools, this.pedestrians, this.trucks, this.throughTraffic, this.deliveryVehicles, this.emergencyVehicles, this.motorcycles);