City Based Parking and Routing System API Documentation

Intersection.GetDirection Method 

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

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

Implements

IIntersection.GetDirection

See Also

Intersection Class | CBPRS.Infrastructure Namespace