|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MQObject
|
+--MQGeocodeOptions
Class for specifying geocode parameters.
See:
| Field Summary | |
<private> MQMatchType |
m_MatchType
Value to represent the MQMatchType |
<private> MQQualityType |
m_QualityType
Value to represent the MQQualityType |
| Fields inherited from class MQObject |
m_xmlDoc, m_xpath
|
| Constructor Summary | |
MQGeocodeOptions
()
|
|
| Method Summary | |
String
|
getClassName()
Returns the text name of this class. |
String
|
getCoverageName()
Gets the name of the coverage that this option applies to |
MQMatchType
|
getMatchType()
Returns the m_MatchType object. |
int
|
getMaxMatches()
Gets the maximum matches to be returned for this object. |
int
|
getObjectVersion()
Returns the version of this class. |
MQQualityType
|
getQualityType()
Returns the m_QualityType object. |
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object. |
String
|
saveXml()
Build an xml string that represents this object. |
void
|
setCoverageName(<String> newCoverageName)
Sets the name of the coverage that this option applies to |
void
|
setMatchType(<MQMatchType> MatchType)
Sets the m_MatchType. |
void
|
setMaxMatches(<int> nMax)
Sets the maximum matches to be returned for this object. |
void
|
setQualityType(<MQQualityType> QualityType)
Sets the m_QualityType. |
| Methods inherited from class MQObject |
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
|
| Field Detail |
<private> MQMatchType m_MatchType
<private> MQQualityType m_QualityType
| Constructor Detail |
MQGeocodeOptions()
| Method Detail |
String getClassName()
String getCoverageName()
MQMatchType getMatchType()
int getMaxMatches()
int getObjectVersion()
MQQualityType getQualityType()
void loadXml(<String> strXml)
strXml - the xml to be assigned.
String saveXml()
void setCoverageName(<String> newCoverageName)
newCoverageName - The coverage name
void setMatchType(<MQMatchType> MatchType)
MatchType - The object to set m_MatchType to.
void setMaxMatches(<int> nMax)
nMax - The maximum number of matches that are to be returned by the search.
void setQualityType(<MQQualityType> QualityType)
QualityType - The object to set m_QualityType to.
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||