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