|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MQObject
|
+--MQLocation
|
+--MQAddress
|
+--MQGeoAddress
Contains the results of geocoding an address.
See:
| Field Summary | |
<private> MQLatLng |
m_MQLatLng
Value to represent the MQLatLng |
| Fields inherited from class MQObject |
m_xmlDoc, m_xpath
|
| Constructor Summary | |
MQGeoAddress
()
Constructs a new MQGeoAddress object. |
|
| Method Summary | |
String
|
getClassName()
Returns the text name of this class. |
Double
|
getDistAlong()
Gets distAlong. |
int
|
getGEFID()
Gets GEFID. |
MQLatLng
|
getMQLatLng()
Returns the m_MQLatLng object. |
int
|
getObjectVersion()
Returns the version of this class. |
String
|
getResultCode()
Gets ResultCode. |
String
|
getSourceId()
Gets SourceId. |
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object. |
String
|
saveXml()
Build an xml string that represents this object. |
void
|
setDistAlong(<Double> dblDistAlong)
Sets distAlong. |
void
|
setGEFID(<int> intGEFID)
Sets GEFID. |
void
|
setMQLatLng(<MQLatLng> latLng)
Sets the m_MQLatLng object. |
void
|
setResultCode(<String> strResultCode)
Sets ResultCode. |
void
|
setSourceId(<String> strSourceId)
Sets SourceId. |
| Methods inherited from class MQAddress |
getAdminArea, setAdminArea, getCountry, setCountry, getCounty, setCounty, getCity, setCity, getPostalCode, setPostalCode, getState, setState, setStreet, getStreet
|
| Methods inherited from class MQObject |
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
|
| Field Detail |
<private> MQLatLng m_MQLatLng
| Constructor Detail |
MQGeoAddress()
| Method Detail |
String getClassName()
Double getDistAlong()
int getGEFID()
MQLatLng getMQLatLng()
int getObjectVersion()
String getResultCode()
String getSourceId()
void loadXml(<String> strXml)
strXml - the xml to be assigned.
String saveXml()
void setDistAlong(<Double> dblDistAlong)
dblDistAlong - the value to set distAlong to
void setGEFID(<int> intGEFID)
intGEFID - the value to set GEFID to
void setMQLatLng(<MQLatLng> latLng)
latLng - the Document to set m_MQLatLng to.
void setResultCode(<String> strResultCode)
strResultCode - the value to set ResultCode to
void setSourceId(<String> strSourceId)
strSourceId - the value to set SourceId to
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||