| Package | com.mapquest |
| Class | public class PolySearchCriteria |
| Inheritance | PolySearchCriteria SearchCriteria MQObject |
| Subclasses | CorridorSearchCriteria |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new PolySearchCriteria object.
| PolySearchCriteria | ||
|
getClassName():String
Returns the text name of this class.
| PolySearchCriteria | ||
![]() |
getMaxMatches():int
Gets the data member of this object which indicates the maximum number
of matches that are to be returned by the search.
| SearchCriteria | |
|
getObjectVersion():Number
Returns the version of this class.
| PolySearchCriteria | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
Returns the m_LatLngs object.
| PolySearchCriteria | ||
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
|
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
| PolySearchCriteria | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| PolySearchCriteria | ||
![]() |
setMaxMatches(nMax:int):void
Sets the data member of this object which indicates the maximum number
of matches that are to be returned by the search.
| SearchCriteria | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setShapePoints(latLngs:LatLngCollection):void
Sets the m_LatLngs object.
| PolySearchCriteria | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| PolySearchCriteria | () | constructor |
public function PolySearchCriteria()Constructs a new PolySearchCriteria object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getShapePoints | () | method |
public function getShapePoints():LatLngCollectionReturns the m_LatLngs object.
ReturnsLatLngCollection —
The m_LatLngs object.
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLBuild xml that represents this object.
ReturnsXML — The xml.
|
| setShapePoints | () | method |
public function setShapePoints(latLngs:LatLngCollection):voidSets the m_LatLngs object.
ParameterslatLngs:LatLngCollection — latLngs the LatLngCollection to set m_LatLngs to.
|