City Based Parking and Routing System API Documentation

GEIntersection.GetTurnIndicator Method 

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

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

Implements

IIntersection.GetTurnIndicator

See Also

GEIntersection Class | CBPRS.Infrastructure Namespace