The following tables list the members exposed by SolveRouteResult.
Name | Description | |
---|---|---|
Barriers | Barriers are returned only if BaseRouteParameters.ReturnBarriers was set to true (which is not the default). If you send in the barriers as a featureSet (instead of using DataLayer), you already have the barriers and might not need to request them back from the server. | |
Messages | The solution messages (if returned in the server response) are an array of GPMessage instances. | |
PolygonBarriers | Polygon barriers are returned only if BaseRouteParameters.ReturnPolygonBarriers was set to true (which is not the default). | |
PolylineBarriers | Polyline barriers are returned only if BaseRouteParameters.ReturnPolylineBarriers was set to true (which is not the default). | |
RouteResults | The route results is an array of RouteResult instances. |