City Based Parking and Routing System API Documentation

Intersection.GetCrossingDistance Method 

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

public 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.

Implements

IIntersection.GetCrossingDistance

See Also

Intersection Class | CBPRS.Infrastructure Namespace