MajorRoutesOptions.ReturnRoutes Property
A bool specifying whether or not to return calculated routes in the MajorRoutesResponse.Routes Property. Optional. The default is false. Set this property before making a service request.
Syntax
public bool ReturnRoutes { set; get; }
Public Property ReturnRoutes As Boolean
Remarks
If the ReturnRoutes property is set to true, then every route returned in the response is counted as one route calculation.