Packagecom.afcomponents.umap.display.geocodermanager
Classpublic class GeoNamesService
InheritanceGeoNamesService Inheritance DefaultGeocoderService Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
 Inheritedcache : Array
DefaultGeocoderService
 InheriteddefaultParam : Object
DefaultGeocoderService
  lisenceType : String
GeoNamesService
 InheritedmaxCacheSize : uint
DefaultGeocoderService
 Inheritedqueue : Array
DefaultGeocoderService
 Inheritedrequest : GeocoderRequest
DefaultGeocoderService
  results : Array
[read-only]
GeoNamesService
  username : String
GeoNamesService
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
  
GeoNamesService(type:String = null, username:String = null)
GeoNamesService
 Inherited
DefaultGeocoderService
  
dispose():void
GeoNamesService
  
geocodeAddress(address:String, maxRows:int, param:Object = null):GeocoderRequest
GeoNamesService
  
geocodeAdressInBounds(address:String, bounds:LatLngBounds, param:Object = null):GeocoderRequest
GeoNamesService
  
geocodeByBounds(bounds:LatLngBounds, maxRows:int, param:Object = null):GeocoderRequest
GeoNamesService
  
GeoNamesService
  
geocodeLatLng(latLng:LatLng, maxRows:int, param:Object = null):GeocoderRequest
GeoNamesService
  
geocodeWikiAddress(address:String, maxRows:int, param:Object = null):GeocoderRequest
GeoNamesService
  
geocodeWikiByBounds(bounds:LatLngBounds, maxRows:int, param:Object = null):GeocoderRequest
GeoNamesService
  
geocodeWikiLatLng(latLng:LatLng, maxRows:int, param:Object = null):GeocoderRequest
GeoNamesService
 Inherited
DefaultGeocoderService
  
loadQuery(server:String, param:Object = null):GeocoderRequest
GeoNamesService
 Inherited
reload():void
DefaultGeocoderService
Protected Methods
 MethodDefined by
 Inherited
error():void
DefaultGeocoderService
 Inherited
loadComplete(event:Event):void
DefaultGeocoderService
  
loadError(event:IOErrorEvent):void
GeoNamesService
 Inherited
loadSecurityError(event:SecurityError):void
DefaultGeocoderService
  
parse(data:String):Boolean
GeoNamesService
 Inherited
ready():void
DefaultGeocoderService
Public Constants
 ConstantDefined by
  BEST_AVAILABILITY : String = "bestAvailability"
[static]
GeoNamesService
  BEST_PRICE : String = "bestPrice"
[static]
GeoNamesService
  FREE : String = "free"
[static]
GeoNamesService
  FULL : String = "FULL"
[static]
GeoNamesService
 InheritedLIMIT_ROWS : int = 30
[static]
DefaultGeocoderService
  LONG : String = "LONG"
[static]
GeoNamesService
  MEDIUM : String = "MEDIUM"
[static]
GeoNamesService
  SHORT : String = "SHORT"
[static]
GeoNamesService
Property detail
lisenceTypeproperty
lisenceType:String  [read-write]Implementation
    public function get lisenceType():String
    public function set lisenceType(value:String):void
resultsproperty 
results:Array  [read-only]Implementation
    public function get results():Array
usernameproperty 
username:String  [read-write]Implementation
    public function get username():String
    public function set username(value:String):void
Constructor detail
GeoNamesService()constructor
public function GeoNamesService(type:String = null, username:String = null)

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

Returns
GeocoderRequest
geocodeAdressInBounds()method 
public function geocodeAdressInBounds(address:String, bounds:LatLngBounds, param:Object = null):GeocoderRequestParameters
address:String
 
bounds:LatLngBounds
 
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
geocodeElevation()method 
public override function geocodeElevation(latLng:LatLng):GeocoderRequestParameters
latLng:LatLng

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
geocodeWikiAddress()method 
public function geocodeWikiAddress(address:String, maxRows:int, param:Object = null):GeocoderRequestParameters
address:String
 
maxRows:int
 
param:Object (default = null)

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

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

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

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

Returns
Boolean
Constant detail
BEST_AVAILABILITYconstant
public static const BEST_AVAILABILITY:String = "bestAvailability"

BEST_PRICEconstant 
public static const BEST_PRICE:String = "bestPrice"

FREEconstant 
public static const FREE:String = "free"

FULLconstant 
public static const FULL:String = "FULL"

LONGconstant 
public static const LONG:String = "LONG"

MEDIUMconstant 
public static const MEDIUM:String = "MEDIUM"

SHORTconstant 
public static const SHORT:String = "SHORT"