City Based Parking and Routing System API Documentation

InternalRoute Constructor 

Constructor

public InternalRoute(
   ILane from,
   ILane to,
   DirectionTypes direction
);

Parameters

from
The lane at which this route originates.
to
The lane at which this route ends.
direction
The direction of the turn vehicles make when driving.

See Also

InternalRoute Class | CBPRS.Infrastructure Namespace