Packagecom.afcomponents.umap.types
Classpublic class GeoAddress
InheritanceGeoAddress Inheritance Address

Address with a geographical location.

See also

com.afcomponents.umap.types.Address
com.afcomponents.umap.display.routemanager.RouteManager


Public Properties
 PropertyDefined by
 Inheritedcity : String
Address
 Inheritedcountry : String
Address
 Inheritedcounty : String
Address
  latlng : LatLng
GeoAddress
 InheritedpostalCode : String
Address
 Inheritedstate : String
Address
 Inheritedstreet : String
Address
Protected Properties
 PropertyDefined by
 Inherited_admin1 : String
Address
 Inherited_admin2 : String
Address
 Inherited_admin3 : String
Address
 Inherited_admin4 : String
Address
 Inherited_admin5 : String
Address
 Inherited_admin6 : String
Address
 Inherited_admin7 : String
Address
  _latlng : LatLng
GeoAddress
 Inherited_postalCode : String
Address
 Inherited_street : String
Address
Public Methods
 MethodDefined by
 Inherited
getAdminArea(idx:uint):String
Address
 Inherited
setAdminArea(idx:uint, value:String):void
Address
  
toString():String
GeoAddress
Property detail
_latlngproperty
protected var _latlng:LatLng
latlngproperty 
latlng:LatLng  [read-write]Implementation
    public function get latlng():LatLng
    public function set latlng(value:LatLng):void
Method detail
toString()method
public override function toString():String

Returns
String