MapQuest Advantage JavaScript API Reference Documentation

Class MQSearchCriteria

Object
   |
   +--MQObject
         |
         +--MQSearchCriteria
Direct Known Subclasses:
MQPolySearchCriteria, MQRectSearchCriteria, MQRadiusSearchCriteria

class MQSearchCriteria
extends MQObject


Base class to define the criteria for a search. This class is not to be directly instantiated. Use one of its child classes instead.
Defined in mqobjects.js


 
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQSearchCriteria ()
            Constructs a new MQSearchCriteria object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 int getMaxMatches()
           Gets the data member of this object which indicates the maximum number of matches that are to be returned by the search.
 int getObjectVersion()
           Returns the version of this class.
 void setMaxMatches(<int> nMax)
           Sets the data member of this object which indicates the maximum number of matches that are to be returned by the search.
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Constructor Detail

MQSearchCriteria

MQSearchCriteria()

Method Detail

getClassName

String getClassName()

getMaxMatches

int getMaxMatches()

getObjectVersion

int getObjectVersion()

setMaxMatches

void setMaxMatches(<int> nMax)

MapQuest Advantage JavaScript API Reference Documentation

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