| Package | com.mapquest |
| Class | public class GeoAddress |
| Inheritance | GeoAddress Address Location MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new GeoAddress object.
| GeoAddress | ||
![]() |
getAdminArea(intIndex:int):String
| Address | |
![]() |
getCity():String
Gets city.
| Address | |
|
getClassName():String
| GeoAddress | ||
![]() |
getCountry():String
Gets country.
| Address | |
![]() |
getCounty():String
Gets county.
| Address | |
|
getDistAlong():Number
Gets distAlong.
| GeoAddress | ||
|
getGEFID():int
Gets GEFID.
| GeoAddress | ||
|
Returns the LatLng object.
| GeoAddress | ||
![]() |
getObjectVersion():Number
Returns the version of this class.
| MQObject | |
![]() |
getPostalCode():String
Gets postal code.
| Address | |
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
getResultCode():String
Gets ResultCode.
| GeoAddress | ||
|
getSourceId():String
Gets SourceId.
| GeoAddress | ||
![]() |
getState():String
Gets state.
| Address | |
![]() |
getStreet():String
Gets street.
| Address | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
|
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
| GeoAddress | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| GeoAddress | ||
![]() |
setAdminArea(intIndex:int, strAdminArea:String):void
Sets admin area.
| Address | |
![]() |
setCity(strCity:String):void
Sets city.
| Address | |
![]() |
setCountry(strCountry:String):void
Sets country.
| Address | |
![]() |
setCounty(strCounty:String):void
Sets county.
| Address | |
|
setDistAlong(dblDistAlong:Number):void
Sets distAlong.
| GeoAddress | ||
|
setGEFID(intGEFID:int):void
Sets GEFID.
| GeoAddress | ||
|
Sets the LatLng object.
| GeoAddress | ||
![]() |
setPostalCode(strPostalCode:String):void
Sets postal code.
| Address | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setResultCode(strResultCode:String):void
Sets ResultCode.
| GeoAddress | ||
|
setSourceId(strSourceId:String):void
Sets SourceId.
| GeoAddress | ||
![]() |
setState(strState:String):void
Sets state.
| Address | |
![]() |
setStreet(strStreet:String):void
Sets street.
| Address | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| GeoAddress | () | constructor |
public function GeoAddress()Constructs a new GeoAddress object.
| getClassName | () | method |
public override function getClassName():String
Returns
String |
| getDistAlong | () | method |
public function getDistAlong():NumberGets distAlong.
ReturnsNumber — The distAlong value
|
| getGEFID | () | method |
public function getGEFID():intGets GEFID.
Returnsint — The GEFID value
|
| getLatLng | () | method |
| getResultCode | () | method |
public function getResultCode():StringGets ResultCode.
ReturnsString — The ResultCode value
|
| getSourceId | () | method |
public function getSourceId():StringGets SourceId.
ReturnsString — The SourceId value
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLBuild xml that represents this object. Because this is a complex object we need to completely rebuild the xml.
ReturnsXML — The xml.
|
| setDistAlong | () | method |
public function setDistAlong(dblDistAlong:Number):voidSets distAlong.
ParametersdblDistAlong:Number — dblDistAlong the value to set distAlong to
|
| setGEFID | () | method |
public function setGEFID(intGEFID:int):voidSets GEFID.
ParametersintGEFID:int — intGEFID the value to set GEFID to
|
| setLatLng | () | method |
public function setLatLng(latLng:LatLng):voidSets the LatLng object.
ParameterslatLng:LatLng — the Document to set LatLng to.
|
| setResultCode | () | method |
public function setResultCode(strResultCode:String):voidSets ResultCode.
ParametersstrResultCode:String — strResultCode the value to set ResultCode to
|
| setSourceId | () | method |
public function setSourceId(strSourceId:String):voidSets SourceId.
ParametersstrSourceId:String — strSourceId the value to set SourceId to
|