City Based Parking and Routing System API Documentation

DijkstraParkingVehicle.ChooseRandomNextLane Method 

Chooses a random next lane based on the set of valid directions.

protected void ChooseRandomNextLane(
   IIntersection nextIs
);

Parameters

nextIs
The next intersection on the route.

See Also

DijkstraParkingVehicle Class | CBPRS.Parking Namespace