| Package | com.esri.ags.virtualearth |
| Class | public class VEGeocoderEvent |
| Inheritance | VEGeocoderEvent flash.events.Event |
Note: Bing Maps tiles and geocoding were added in version 1.2.
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 |
| 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.