City Based Parking and Routing System API Documentation

RouteStatistics.Add Method 

Adds the info of a vehicle to the running average.

public void Add(
   float traveltime,
   int roadstraveled
);

Parameters

traveltime
The travel time between start and destination of the vehicle.
roadstraveled
The number of roads traveled between start and destination of the vehicle.

See Also

RouteStatistics Class | CBPRS.Infrastructure Namespace