City Based Parking and Routing System API Documentation

LampPost.GetFreeParkingPlace Method 

Retrieves a randomly chosen free parking place.

public IParking GetFreeParkingPlace(
   int rnd
);

Parameters

rnd
the random seed.

Return Value

a free parking place if availible; Otherwise, false.

See Also

LampPost Class | CBPRS.Parking Namespace