MapQuest Advantage JavaScript API Reference Documentation

Class MQSingleLineAddress

Object
   |
   +--MQObject
         |
         +--MQLocation
               |
               +--MQSingleLineAddress

class MQSingleLineAddress
extends MQLocation


Contains information for Singleline geocoding and routing to and from addresses.
Defined in mqobjects.js


 
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQSingleLineAddress ()
            Constructs a new MQSingleLineAddress object.
 
Method Summary
 String getAddress()
           Gets Country.
 String getClassName()
           Returns the text name of this class.
 String getCountry()
           Gets Country.
 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.
 void setAddress(<String> strAddress)
           Sets Address.
 void setCountry(strCountry)
          
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Constructor Detail

MQSingleLineAddress

MQSingleLineAddress()

Method Detail

getAddress

String getAddress()

getClassName

String getClassName()

getCountry

String getCountry()

getObjectVersion

int getObjectVersion()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setAddress

void setAddress(<String> strAddress)

setCountry

void setCountry(strCountry)

MapQuest Advantage JavaScript API Reference Documentation

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