| Package | com.esri.ags.events |
| Class | public class VEGeocoderEvent |
| Inheritance | VEGeocoderEvent flash.events.Event |
| Since : | ArcGIS API for Flex 1.2 |
Note: Bing Maps tiles and geocoding were added in version 1.2 (to the com.esri.ags.virtualearth package).
As of version 2.0 it is in the com.esri.ags.events package.
See also
| Property | Defined By | ||
|---|---|---|---|
| results : Array
The results returned by the VEGeocoder. | VEGeocoderEvent | ||
| Method | Defined By | ||
|---|---|---|---|
VEGeocoderEvent(type:String, results:Array)
Creates a new QueryEvent. | VEGeocoderEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ADDRESS_TO_LOCATIONS_COMPLETE : String = addressToLocationsComplete [static]
Defines the value of the type property of an addressToLocationsComplete event object. | VEGeocoderEvent | ||
| results | property |
public var results:ArrayThe results returned by the VEGeocoder.
See also
| VEGeocoderEvent | () | Constructor |
public function VEGeocoderEvent(type:String, results:Array)Creates a new QueryEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
results:Array — The results returned by the VEGeocoder.
|
| ADDRESS_TO_LOCATIONS_COMPLETE | Constant |
public static const ADDRESS_TO_LOCATIONS_COMPLETE:String = addressToLocationsComplete
Defines the value of the type property of an addressToLocationsComplete event object.