City Based Parking and Routing System API Documentation

IParking Members

IParking overview

Public Instance Properties

IsFree Gets a boolean that inidicates if the parking places if free.
IsFull Gets a boolean that indicates that the parking place is full.
IsOccupied Boolean indicating if the parking place is occupied.
IsReserved Gets a boolean that indicates if the parking place is reserved.
Places Gets the number of parking places on the current parking.
PlacesFree Gets the number of places free on the current parking.
VehiclesParked Gets the number of vehicles parked on the current parking.

Public Instance Methods

EjectVehicleOnRoad Ejects a vehicle from the parking place and inserts in onto the road.
ParkVehicle Parks a vehicle on the parking place.
Reserve Reserves the parking place for a certain vehicle.

See Also

IParking Interface | CBPRS.Parking Namespace