City Based Parking and Routing System API Documentation

GEIntersection.IsHeadedFor Method 

Determines which position the vehicle is headed for.

public RoadPosition IsHeadedFor(
   RoadPosition position,
   DirectionTypes direction
);

Parameters

position
The position of the vehicle at present.
direction
The direction of the vehicle.

Return Value

RoadPosition.Top for all combination of position and direction

Implements

IIntersection.IsHeadedFor

See Also

GEIntersection Class | CBPRS.Infrastructure Namespace