City Based Parking and Routing System API Documentation

ILane.BackwardGap Method (Int32)

The gap between the specified position and the previous vehicle, or lane beginning.

int BackwardGap(
   int position
);

Parameters

position
The position the vehicle is currently occupying.

Return Value

The number of blocks free in a backward direction.

See Also

ILane Interface | CBPRS.Infrastructure Namespace | ILane.BackwardGap Overload List