City Based Parking and Routing System API Documentation

IIntersection.RequestCrossing Method (ILane, ILane)

Allows a vehicle to request intersection crossing permission on the next step.

void RequestCrossing(
   ILane from,
   ILane to
);

Parameters

from
The Lane the vehicle is currently traveling on.
to
The Lane the vehicle is headed for.

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace | IIntersection.RequestCrossing Overload List