City Based Parking and Routing System API Documentation

Road.GetCornerOf Method 

Gets the corner of certain lane on the intersection.

public PointF GetCornerOf(
   PointF point,
   RoadPosition position,
   bool IsOutgoing,
   int lanes
);

Parameters

point
The center point at which the road is connected to the intersection.
position
The position at which the road is connected to the intersection.
IsOutgoing
Boolean indicating if the lane is incoming or outgoing on the intersection
lanes
The number of lanes on the road.

Return Value

The point that resembelds the corner of the specified lane.

See Also

Road Class | CBPRS.Infrastructure Namespace