MapQuest Advantage JavaScript API Reference Documentation

Class MQGeoAddress

Object
   |
   +--MQObject
         |
         +--MQLocation
               |
               +--MQAddress
                     |
                     +--MQGeoAddress

class MQGeoAddress
extends MQAddress


Contains the results of geocoding an address.
See:

Defined in mqobjects.js


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

m_MQLatLng

<private> MQLatLng m_MQLatLng

Constructor Detail

MQGeoAddress

MQGeoAddress()

Method Detail

getClassName

String getClassName()

getDistAlong

Double getDistAlong()

getGEFID

int getGEFID()

getMQLatLng

MQLatLng getMQLatLng()

getObjectVersion

int getObjectVersion()

getResultCode

String getResultCode()

getSourceId

String getSourceId()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setDistAlong

void setDistAlong(<Double> dblDistAlong)

setGEFID

void setGEFID(<int> intGEFID)

setMQLatLng

void setMQLatLng(<MQLatLng> latLng)

setResultCode

void setResultCode(<String> strResultCode)

setSourceId

void setSourceId(<String> strSourceId)

MapQuest Advantage JavaScript API Reference Documentation

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