City Based Parking and Routing System API Documentation

GEIntersection.GetRoute Method

Retrieves the internal route for the specified lane and turn direction.

Overload List

Retrieves the internal route for the specified lane and turn direction.

public InternalRoute GetRoute(ILane,DirectionTypes);

Retrieves the internal route for the specified from and to lane.

public InternalRoute GetRoute(ILane,ILane);

See Also

GEIntersection Class | CBPRS.Infrastructure Namespace