City Based Parking and Routing System API Documentation

IIntersection.GetTurnIndicator Method 

Gets the TailLight status for the turn betweent the specfied roads.

TailLight GetTurnIndicator(
   IRoad from,
   IRoad to
);

Parameters

from
The IRoad on which the vehicle is driving.
to
The IRoad to which the vehicle is headed.

Return Value

The TailLight status for the turn betweent the specified roads.

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace