City Based Parking and Routing System API Documentation

Vehicle.UpdateRoute Method 

Updates the vehicles routing information.

public abstract void UpdateRoute(
   uint step
);

Parameters

step
The current time step

Implements

IVehicle.UpdateRoute

Remarks

This method is called once the vehicle enters the intersection (i.e. the next lane).

See Also

Vehicle Class | CBPRS.Infrastructure Namespace