City Based Parking and Routing System API Documentation

IIntersection.GetDirection Method 

Gets the direction type that symbolizes the turn between the two road positions.

DirectionTypes GetDirection(
   RoadPosition from,
   RoadPosition to
);

Parameters

from
The road position from which we start.
to
The road position to which where headed.

Return Value

The direction type that symbolizes the turn.

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace