MaxDistance

The maximum distance from the start nodes to travel when searching for result nodes. The distance is calculated according to the specified Method.

If you do not set MaxDistance, the action uses the value of the MaxResults parameter to determine how many results to return. If you set both MaxDistance and MaxResults, the action uses whichever value gives the smallest number of results.

Actions: GetNeighborhood
GetShortestPaths
Type: Float
Default:  
Example: MaxDistance=4
See Also: MaxResults parameter (GetNeighborhood)
MaxResults parameter (GetShortestPaths)