City Based Parking and Routing System API Documentation

IIntersection.GetCrossingDistance Method 

Gets the crude intersection crossing distance based on the from lane.

int GetCrossingDistance(
   ILane from,
   ILane to
);

Parameters

from
The ILane the vehicle is currently driving on.
to
The ILane the vehicle is destined for.

Return Value

The distance in block needed to cross the intersection.

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace