|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MQObject
|
+--MQAutoGeocodeCovSwitch
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()
| Method Detail |
String getClassName()
Long getMaxMatches()
String getName()
int getObjectVersion()
void loadXml(<String> strXml)
strXml - the xml to be assigned.
String saveXml()
void setMaxMatches(<Long> lMaxMatches)
lMaxMatches - max matches for this object
void setName(<String> strName)
strName - Name of coverage switching rules to use.
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||