| Package | com.esri.ags.events |
| Class | public class ServiceAreaEvent |
| Inheritance | ServiceAreaEvent flash.events.Event |
| Since : | ArcGIS API for Flex 2.0 |
Note: ServiceAreaEvent, and other service area related classes, requires ArcGIS Server 10.0 or above and a "service area" layer. A "service area" layer is a layer of type "esriNAServerServiceAreaLayer".
See also
| Property | Defined By | ||
|---|---|---|---|
| serviceAreaSolveResult : ServiceAreaSolveResult
The result of the service area solve execution. | ServiceAreaEvent | ||
| Method | Defined By | ||
|---|---|---|---|
ServiceAreaEvent(type:String, serviceAreaSolveResult:ServiceAreaSolveResult = null)
Creates a new ServiceAreaEvent. | ServiceAreaEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| SOLVE_COMPLETE : String = solveComplete [static]
Defines the value of the type property of an solveComplete event object. | ServiceAreaEvent | ||
| serviceAreaSolveResult | property |
public var serviceAreaSolveResult:ServiceAreaSolveResultThe result of the service area solve execution.
| ServiceAreaEvent | () | Constructor |
public function ServiceAreaEvent(type:String, serviceAreaSolveResult:ServiceAreaSolveResult = null)Creates a new ServiceAreaEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
serviceAreaSolveResult:ServiceAreaSolveResult (default = null) — The closest facility 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.