City Based Parking and Routing System API Documentation

Vehicle.IntializeRoute Method 

Initialize the current route for the vehicle depending on the algorithm used.

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

Parameters

source
The source intersection of the vehicle.
step
The current time step.

Implements

IVehicle.IntializeRoute

See Also

Vehicle Class | CBPRS.Infrastructure Namespace