| Package | com.esri.ags.tasks |
| Class | public class RouteResult |
Note: RouteSolveResult, and other routing related classes, were added in version 1.2 and requires ArcGIS Server 9.3.1 or above (with a "route" layer).
See also
| Property | Defined by | ||
|---|---|---|---|
| directions : DirectionsFeatureSet
Route directions are returned if returnDirections was set to true (the default is false).
| RouteResult | ||
| route : Graphic
Route graphic (a polyline) is returned if returnRoutes is true (the default) and outputLines is not "esriNAOutputLineNone" (no line at all).
| RouteResult | ||
| routeName : String
The name of the route.
| RouteResult | ||
| stops : Array
Array of stops.
| RouteResult | ||
| directions | property |
public var directions:DirectionsFeatureSetRoute directions are returned if returnDirections was set to true (the default is false).
This property can be used as the source for data binding.
| route | property |
public var route:GraphicRoute graphic (a polyline) is returned if returnRoutes is true (the default) and outputLines is not "esriNAOutputLineNone" (no line at all).
This property can be used as the source for data binding.
| routeName | property |
public var routeName:StringThe name of the route.
This property can be used as the source for data binding.
| stops | property |
public var stops:Array
Array of stops. A stop is an instance of Graphic
This property can be used as the source for data binding.