City Based Parking and Routing System API Documentation

Intersection.GetRoute Method

Retrieves a route crossing the intersection for the specified lane and direction.

Overload List

Retrieves a route crossing the intersection for the specified lane and direction.

public InternalRoute GetRoute(ILane,DirectionTypes);

Retrieves a route crossing the intersection for the specified lanes.

public InternalRoute GetRoute(ILane,ILane);

See Also

Intersection Class | CBPRS.Infrastructure Namespace