City Based Parking and Routing System API Documentation

TrafficJamReporter.ReportTrafficJam Method 

Allows the user to report a traffic jam.

public void ReportTrafficJam(
   IRoad road,
   uint step,
   bool alpha
);

Parameters

road
The IRoad on which the traffic jam occurred.
step
The current simulation step.
alpha
Boolean indicating if the traffic jam occurred on the alpha side of the road.

See Also

TrafficJamReporter Class | CBPRS.Infrastructure Namespace