|
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
Contains information for geocoding and routing to and from
addresses.
Defined in mqobjects.js
| Fields inherited from class MQObject |
m_xmlDoc, m_xpath
|
| Constructor Summary | |
MQAddress
()
Constructs a new MQAddress object. |
|
| Method Summary | |
void
|
getAdminArea(intIndex)
Sets street. |
String
|
getCity()
Gets city. |
String
|
getClassName()
Returns the text name of this class. |
String
|
getCountry()
Gets country. |
String
|
getCounty()
Gets county. |
int
|
getObjectVersion()
Returns the version of this class. |
String
|
getPostalCode()
Gets postal code. |
String
|
getState()
Gets state. |
String
|
getStreet()
Gets street. |
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object. |
String
|
saveXml()
Build an xml string that represents this object. |
void
|
setAdminArea(<int> intIndex, <String> strAdminArea)
Sets admin area. |
void
|
setCity(<String> strCity)
Sets city. |
void
|
setCountry(<String> strCountry)
Sets country. |
void
|
setCounty(<String> strCounty)
Sets county. |
void
|
setPostalCode(<String> strPostalCode)
Sets postal code. |
void
|
setState(<String> strState)
Sets state. |
void
|
setStreet(strStreet)
|
| Methods inherited from class MQObject |
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
|
| Constructor Detail |
MQAddress()
| Method Detail |
void getAdminArea(intIndex)
strStreet - street Address
String getCity()
String getClassName()
String getCountry()
String getCounty()
int getObjectVersion()
String getPostalCode()
String getState()
String getStreet()
void loadXml(<String> strXml)
strXml - the xml to be assigned.
String saveXml()
void setAdminArea(<int> intIndex, <String> strAdminArea)
intIndex - Which admin area (1 - 7)
strAdminArea - The admin area value for intIndex
void setCity(<String> strCity)
strCity - The city value
void setCountry(<String> strCountry)
strCountry - The country value
void setCounty(<String> strCounty)
strCounty - The county value
void setPostalCode(<String> strPostalCode)
strPostalCode - The postal code value
void setState(<String> strState)
strState - The state value
void setStreet(strStreet)
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||