PathOfTravelCalculationRequestType
Description:
An enumerated type containing possible requests for the Path of Travel calculation.
An enumerated type containing possible requests for the Path of Travel calculation.
public enum PathOfTravelCalculationRequestType
| Name | Description |
|---|---|
| CalculateForCorrespondingStartEndPairs | Calculate paths of travel between corresponding pairs of start and end points. |
| CalculateForAllPossibleStartEndPairs | Calculate paths of travel between all possible pairs of start and end points. |
| CalculatePathOfTravelObstaclesInView | Calculate only path of travel obstacles in the view. |