City Based Parking and Routing System API Documentation

DijkstraParkingVehicle.Move Method 

Moves the vehicle along the current lane.

public override void Move(
   IVehicle vfront,
   uint step
);

Parameters

vfront
The vehicle directly in front of us on the same lane.
step
The current simulation time step.

Implements

IVehicle.Move

See Also

DijkstraParkingVehicle Class | CBPRS.Parking Namespace