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

Represents event objects that are specific to VEGeocoder.

Note: Bing Maps tiles and geocoding were added in version 1.2.

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.