MapQuest Advantage JavaScript API Reference Documentation

Class MQLocation

Object
   |
   +--MQObject
         |
         +--MQLocation
Direct Known Subclasses:
MQSingleLineAddress, MQAddress

class MQLocation
extends MQObject


Contains properties common to MQAddress objects. A MQLocation can also be geocoded, but only to the city level.
Defined in mqobjects.js


 
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQLocation ()
            Constructs a new MQLocation object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 int getObjectVersion()
           Returns the version of this class.
 void loadXml(<String> strXml)
           Assigns the xml that relates to this object.
 String saveXml()
           Build an xml string that represents this object.
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Constructor Detail

MQLocation

MQLocation()

Method Detail

getClassName

String getClassName()

getObjectVersion

int getObjectVersion()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

MapQuest Advantage JavaScript API Reference Documentation

Documentation generated by JSDoc on Tue Oct 16 08:04:12 2007