MapQuest Advantage JavaScript API Reference Documentation

Class MQGeocodeOptions

Object
   |
   +--MQObject
         |
         +--MQGeocodeOptions

class MQGeocodeOptions
extends MQObject


Class for specifying geocode parameters.
See:

Defined in mqobjects.js


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

m_MatchType

<private> MQMatchType m_MatchType

m_QualityType

<private> MQQualityType m_QualityType

Constructor Detail

MQGeocodeOptions

MQGeocodeOptions()

Method Detail

getClassName

String getClassName()

getCoverageName

String getCoverageName()

getMatchType

MQMatchType getMatchType()

getMaxMatches

int getMaxMatches()

getObjectVersion

int getObjectVersion()

getQualityType

MQQualityType getQualityType()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setCoverageName

void setCoverageName(<String> newCoverageName)

setMatchType

void setMatchType(<MQMatchType> MatchType)

setMaxMatches

void setMaxMatches(<int> nMax)

setQualityType

void setQualityType(<MQQualityType> QualityType)

MapQuest Advantage JavaScript API Reference Documentation

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