Packagecom.esri.ags.events
Classpublic class VEGeocoderEvent
InheritanceVEGeocoderEvent Inheritance flash.events.Event

Since : ArcGIS API for Flex 1.2

Represents event objects that are specific to VEGeocoder.

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

VEGeocoder


Public Properties
 PropertyDefined By
  results : Array
The results returned by the VEGeocoder.
VEGeocoderEvent
Public Methods
 MethodDefined By
  
VEGeocoderEvent(type:String, results:Array)
Creates a new QueryEvent.
VEGeocoderEvent
Public Constants
 ConstantDefined By
  ADDRESS_TO_LOCATIONS_COMPLETE : String = addressToLocationsComplete
[static] Defines the value of the type property of an addressToLocationsComplete event object.
VEGeocoderEvent
Property Detail
resultsproperty
public var results:Array

The results returned by the VEGeocoder.

See also

Constructor Detail
VEGeocoderEvent()Constructor
public function VEGeocoderEvent(type:String, results:Array)

Creates a new QueryEvent.

Parameters
type:String — The event type; indicates the action that triggered the event.
 
results:Array — The results returned by the VEGeocoder.
Constant Detail
ADDRESS_TO_LOCATIONS_COMPLETEConstant
public static const ADDRESS_TO_LOCATIONS_COMPLETE:String = addressToLocationsComplete

Defines the value of the type property of an addressToLocationsComplete event object.