| Package | com.esri.ags.events |
| Class | public class RouteEvent |
| Inheritance | RouteEvent flash.events.Event |
Note: RouteEvent, 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 | ||
|---|---|---|---|
| routeSolveResult : RouteSolveResult
The result of the route solve execution.
| RouteEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
RouteEvent(type:String, routeSolveResult:RouteSolveResult = null)
Creates a new RouteEvent.
| RouteEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| SOLVE_COMPLETE : String = "solveComplete" [static]
Defines the value of the
type property of an solveComplete event object. | RouteEvent | ||
| routeSolveResult | property |
public var routeSolveResult:RouteSolveResultThe result of the route solve execution.
| RouteEvent | () | constructor |
public function RouteEvent(type:String, routeSolveResult:RouteSolveResult = null)Creates a new RouteEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
|
|
routeSolveResult:RouteSolveResult (default = null) — The route solve result associated with this event, or null.
|
| SOLVE_COMPLETE | constant |
public static const SOLVE_COMPLETE:String = "solveComplete"
Defines the value of the type property of an solveComplete event object.