Packagecom.yahoo.maps.webservices.geocoder.events
Classpublic class GeocoderEvent
InheritanceGeocoderEvent Inheritance flash.events.Event

The GeocoderEvent class represents the event object passed to the event listener for events dispatched by the Geocoder object



Public Properties
 PropertyDefined by
  data : Object
The event data object
GeocoderEvent
Public Methods
 MethodDefined by
  
GeocoderEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new GeocoderEvent object
GeocoderEvent
  
clone():Event
GeocoderEvent
  
toString():String
GeocoderEvent
Public Constants
 ConstantDefined by
  GEOCODER_FAILURE : String = "geocoderFailure"
[static] A string containing the name of the GEOCODE_FAILURE event
GeocoderEvent
  GEOCODER_SUCCESS : String = "geocoderSuccess"
[static] A string containing the name of the GEOCODE_SUCCESS event
GeocoderEvent
Property detail
dataproperty
data:Object  [read-write]

The event data object

Implementation
    public function get data():Object
    public function set data(value:Object):void
Constructor detail
GeocoderEvent()constructor
public function GeocoderEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new GeocoderEvent object

Parameters
type:String
 
data:Object (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
toString()method 
public override function toString():String

Returns
String
Constant detail
GEOCODER_FAILUREconstant
public static const GEOCODER_FAILURE:String = "geocoderFailure"

A string containing the name of the GEOCODE_FAILURE event

GEOCODER_SUCCESSconstant 
public static const GEOCODER_SUCCESS:String = "geocoderSuccess"

A string containing the name of the GEOCODE_SUCCESS event