City Based Parking and Routing System API Documentation

Intersection.RequestCrossing Method (ILane, ILane)

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

public void RequestCrossing(
   ILane from,
   ILane to
);

Parameters

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

Implements

IIntersection.RequestCrossing

See Also

Intersection Class | CBPRS.Infrastructure Namespace | Intersection.RequestCrossing Overload List