MapQuest Advantage JavaScript API Reference Documentation

Class MQAutoGeocodeCovSwitch

Object
   |
   +--MQObject
         |
         +--MQAutoGeocodeCovSwitch

class MQAutoGeocodeCovSwitch
extends MQObject


Stores geocode coverage switching parameters.
Defined in mqobjects.js


 
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQAutoGeocodeCovSwitch ()
            Constructs a new MQAutoGeocodeCovSwitch object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 Long getMaxMatches()
           Gets the maximum matches to be returned for this object.
 String getName()
           Gets the name of the Geocode coverage switching rules being used.
 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 setMaxMatches(<Long> lMaxMatches)
           Sets the maximum matches to be returned for this object.
 void setName(<String> strName)
           Sets the name of the Geocode coverage switching rules to use.
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Constructor Detail

MQAutoGeocodeCovSwitch

MQAutoGeocodeCovSwitch()

Method Detail

getClassName

String getClassName()

getMaxMatches

Long getMaxMatches()

getName

String getName()

getObjectVersion

int getObjectVersion()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setMaxMatches

void setMaxMatches(<Long> lMaxMatches)

setName

void setName(<String> strName)

MapQuest Advantage JavaScript API Reference Documentation

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