Packagecom.afcomponents.umap.display.geocodermanager
Classpublic class DefaultGeocoderService
InheritanceDefaultGeocoderService Inheritance flash.events.EventDispatcher
ImplementsIGeocoderService
SubclassesGeoNamesService, YahooGeoPlanetService, YahooLocalService



Public Properties
 PropertyDefined by
  cache : Array
DefaultGeocoderService
  defaultParam : Object
DefaultGeocoderService
  maxCacheSize : uint
DefaultGeocoderService
  queue : Array
DefaultGeocoderService
  request : GeocoderRequest
DefaultGeocoderService
Protected Properties
 PropertyDefined by
  _cache : Array
DefaultGeocoderService
  _defaultParam : Object
DefaultGeocoderService
  _loader : URLLoader
DefaultGeocoderService
  _pipe : Boolean
DefaultGeocoderService
  _queue : Array
DefaultGeocoderService
  _request : GeocoderRequest
DefaultGeocoderService
  _requestCounter : uint
DefaultGeocoderService
  _results : Array
DefaultGeocoderService
  _xmlData : XML
DefaultGeocoderService
Public Methods
 MethodDefined by
  
DefaultGeocoderService
  
DefaultGeocoderService
  
dispose():void
DefaultGeocoderService
  
geocodeAddress(address:String, maxRows:int, param:Object = null):GeocoderRequest
DefaultGeocoderService
  
geocodeByBounds(bounds:LatLngBounds, maxRows:int, param:Object = null):GeocoderRequest
DefaultGeocoderService
  
DefaultGeocoderService
  
geocodeLatLng(latLng:LatLng, maxRows:int, param:Object = null):GeocoderRequest
DefaultGeocoderService
  
DefaultGeocoderService
  
loadQuery(server:String, param:Object = null):GeocoderRequest
DefaultGeocoderService
  
reload():void
DefaultGeocoderService
Protected Methods
 MethodDefined by
  
error():void
DefaultGeocoderService
  
loadComplete(event:Event):void
DefaultGeocoderService
  
loadError(event:IOErrorEvent):void
DefaultGeocoderService
  
loadSecurityError(event:SecurityError):void
DefaultGeocoderService
  
parse(data:String):Boolean
DefaultGeocoderService
  
ready():void
DefaultGeocoderService
Public Constants
 ConstantDefined by
  LIMIT_ROWS : int = 30
[static]
DefaultGeocoderService
Property detail
_cacheproperty
protected var _cache:Array
cacheproperty 
cache:Array  [read-write]Implementation
    public function get cache():Array
    public function set cache(value:Array):void
_defaultParamproperty 
protected var _defaultParam:Object
defaultParamproperty 
defaultParam:Object  [read-write]Implementation
    public function get defaultParam():Object
    public function set defaultParam(value:Object):void
_loaderproperty 
protected var _loader:URLLoader
maxCacheSizeproperty 
maxCacheSize:uint  [read-write]Implementation
    public function get maxCacheSize():uint
    public function set maxCacheSize(value:uint):void
_pipeproperty 
protected var _pipe:Boolean
_queueproperty 
protected var _queue:Array
queueproperty 
queue:Array  [read-write]Implementation
    public function get queue():Array
    public function set queue(value:Array):void
_requestproperty 
protected var _request:GeocoderRequest
requestproperty 
request:GeocoderRequest  [read-write]Implementation
    public function get request():GeocoderRequest
    public function set request(value:GeocoderRequest):void
_requestCounterproperty 
protected var _requestCounter:uint
_resultsproperty 
protected var _results:Array
_xmlDataproperty 
protected var _xmlData:XML
Constructor detail
DefaultGeocoderService()constructor
public function DefaultGeocoderService()
Method detail
cancelRequest()method
public function cancelRequest():void
dispose()method 
public function dispose():void
error()method 
protected function error():void
geocodeAddress()method 
public function geocodeAddress(address:String, maxRows:int, param:Object = null):GeocoderRequestParameters
address:String
 
maxRows:int
 
param:Object (default = null)

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

Returns
GeocoderRequest
geocodeElevation()method 
public function geocodeElevation(latLng:LatLng):GeocoderRequestParameters
latLng:LatLng

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

Returns
GeocoderRequest
load()method 
public function load(url:*):GeocoderRequestParameters
url:*

Returns
GeocoderRequest
loadComplete()method 
protected function loadComplete(event:Event):voidParameters
event:Event
loadError()method 
protected function loadError(event:IOErrorEvent):voidParameters
event:IOErrorEvent
loadQuery()method 
public function loadQuery(server:String, param:Object = null):GeocoderRequestParameters
server:String
 
param:Object (default = null)

Returns
GeocoderRequest
loadSecurityError()method 
protected function loadSecurityError(event:SecurityError):voidParameters
event:SecurityError
parse()method 
protected function parse(data:String):BooleanParameters
data:String

Returns
Boolean
ready()method 
protected function ready():void
reload()method 
public function reload():void
Constant detail
LIMIT_ROWSconstant
public static const LIMIT_ROWS:int = 30