City Based Parking and Routing System API Documentation

IRoad.GetLaneToLeft Method 

Gets the lane that is directly to the left of the current lane.

ILane GetLaneToLeft(
   ILane current,
   int position
);

Parameters

current
The lane the vehicle is currently driving on.
position
The position on the current lane.

Return Value

If present the lane to the left at the specified position; otherwise, null.

See Also

IRoad Interface | CBPRS.Infrastructure Namespace