City Based Parking and Routing System API Documentation

DijkstraParkingVehicle.IntializeRoute Method 

Initializes the route to be followed towards a parking place.

public override void IntializeRoute(
   IIntersection source,
   uint step
);

Parameters

source
The source intersection at which the vehicle was spawned.
step
The current simulation time step.

Implements

IVehicle.IntializeRoute

See Also

DijkstraParkingVehicle Class | CBPRS.Parking Namespace