Packagecom.afcomponents.umap.display.geocodermanager
Classpublic class YahooGeoPlanetService
InheritanceYahooGeoPlanetService Inheritance DefaultGeocoderService Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
 Inheritedcache : Array
DefaultGeocoderService
  defaultNamespace : Namespace
[static]
YahooGeoPlanetService
 InheriteddefaultParam : Object
DefaultGeocoderService
 InheritedmaxCacheSize : uint
DefaultGeocoderService
 Inheritedqueue : Array
DefaultGeocoderService
 Inheritedrequest : GeocoderRequest
DefaultGeocoderService
  username : String
YahooGeoPlanetService
Protected Properties
 PropertyDefined by
 Inherited_cache : Array
DefaultGeocoderService
 Inherited_defaultParam : Object
DefaultGeocoderService
 Inherited_loader : URLLoader
DefaultGeocoderService
 Inherited_pipe : Boolean
DefaultGeocoderService
 Inherited_queue : Array
DefaultGeocoderService
 Inherited_request : GeocoderRequest
DefaultGeocoderService
 Inherited_requestCounter : uint
DefaultGeocoderService
 Inherited_results : Array
DefaultGeocoderService
 Inherited_xmlData : XML
DefaultGeocoderService
Public Methods
 MethodDefined by
  
YahooGeoPlanetService(username:String = null)
YahooGeoPlanetService
 Inherited
DefaultGeocoderService
 Inherited
dispose():void
DefaultGeocoderService
  
geocodeAddress(address:String, maxRows:int, param:Object = null):GeocoderRequest
YahooGeoPlanetService
  
geocodeByBounds(bounds:LatLngBounds, maxRows:int, param:Object = null):GeocoderRequest
YahooGeoPlanetService
 Inherited
DefaultGeocoderService
  
geocodeLatLng(latLng:LatLng, maxRows:int, param:Object = null):GeocoderRequest
YahooGeoPlanetService
 Inherited
DefaultGeocoderService
 Inherited
loadQuery(server:String, param:Object = null):GeocoderRequest
DefaultGeocoderService
 Inherited
reload():void
DefaultGeocoderService
Protected Methods
 MethodDefined by
 Inherited
error():void
DefaultGeocoderService
 Inherited
loadComplete(event:Event):void
DefaultGeocoderService
 Inherited
loadError(event:IOErrorEvent):void
DefaultGeocoderService
 Inherited
loadSecurityError(event:SecurityError):void
DefaultGeocoderService
  
parse(data:String):Boolean
YahooGeoPlanetService
 Inherited
ready():void
DefaultGeocoderService
Public Constants
 ConstantDefined by
 InheritedLIMIT_ROWS : int = 30
[static]
DefaultGeocoderService
Property detail
defaultNamespaceproperty
public static var defaultNamespace:Namespace
usernameproperty 
username:String  [read-write]Implementation
    public function get username():String
    public function set username(value:String):void
Constructor detail
YahooGeoPlanetService()constructor
public function YahooGeoPlanetService(username:String = null)

Parameters
username:String (default = null)
Method detail
geocodeAddress()method
public override function geocodeAddress(address:String, maxRows:int, param:Object = null):GeocoderRequest

Parameters
address:String
 
maxRows:int
 
param:Object (default = null)

Returns
GeocoderRequest
geocodeByBounds()method 
public override function geocodeByBounds(bounds:LatLngBounds, maxRows:int, param:Object = null):GeocoderRequestParameters
bounds:LatLngBounds
 
maxRows:int
 
param:Object (default = null)

Returns
GeocoderRequest
geocodeLatLng()method 
public override function geocodeLatLng(latLng:LatLng, maxRows:int, param:Object = null):GeocoderRequestParameters
latLng:LatLng
 
maxRows:int
 
param:Object (default = null)

Returns
GeocoderRequest
parse()method 
protected override function parse(data:String):BooleanParameters
data:String

Returns
Boolean