MapQuest Advantage JavaScript API Reference Documentation

Class MQPolySearchCriteria

Object
   |
   +--MQObject
         |
         +--MQSearchCriteria
               |
               +--MQPolySearchCriteria
Direct Known Subclasses:
MQCorridorSearchCriteria

class MQPolySearchCriteria
extends MQSearchCriteria


Defines the criteria for a poly search based on a collection of MQLatLngs
See:

Defined in mqobjects.js


Field Summary
<private>  MQLatLngCollection m_LatLngs
          Value to represent the MQLatLngCollection
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQPolySearchCriteria ()
            Constructs a new MQPolySearchCriteria object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 int getObjectVersion()
           Returns the version of this class.
 MQLatLngCollection getShapePoints()
           Returns the m_LatLngs object.
 void loadXml(<String> strXml)
           Assigns the xml that relates to this object.
 String saveXml()
           Build an xml string that represents this object.
 void setShapePoints(<MQLatLngCollection> latLngs)
           Sets the m_LatLngs object.
 
Methods inherited from class MQSearchCriteria
setMaxMatches, getMaxMatches
   
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Field Detail

m_LatLngs

<private> MQLatLngCollection m_LatLngs

Constructor Detail

MQPolySearchCriteria

MQPolySearchCriteria()

Method Detail

getClassName

String getClassName()

getObjectVersion

int getObjectVersion()

getShapePoints

MQLatLngCollection getShapePoints()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setShapePoints

void setShapePoints(<MQLatLngCollection> latLngs)

MapQuest Advantage JavaScript API Reference Documentation

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