| Package | com.mapquest |
| Class | public class RectSearchCriteria |
| Inheritance | RectSearchCriteria SearchCriteria MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
RectSearchCriteria(rectLL:RectLL = null)
Constructs a new RectSearchCriteria object.
| RectSearchCriteria | ||
|
getClassName():String
Returns the text name of this class.
| RectSearchCriteria | ||
|
Gets the latitude/longitude of the lower right corner
of this RectSearchCriteria object.
| RectSearchCriteria | ||
![]() |
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.
| RectSearchCriteria | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
Gets the latitude/longitude of the upper left corner
of this RectSearchCriteria object.
| RectSearchCriteria | ||
![]() |
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.
| RectSearchCriteria | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| RectSearchCriteria | ||
|
setLowerRight(latLng:LatLng):void
Sets the latitude/longitude of the lower right corner
of this RectSearchCriteria object.
| RectSearchCriteria | ||
![]() |
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 | |
|
setUpperLeft(latLng:LatLng):void
Sets the latitude/longitude of the upper left corner
of this RectSearchCriteria object.
| RectSearchCriteria | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| RectSearchCriteria | () | constructor |
public function RectSearchCriteria(rectLL:RectLL = null)Constructs a new RectSearchCriteria object.
ParametersrectLL:RectLL (default = null) |
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getLowerRight | () | method |
public function getLowerRight():LatLngGets the latitude/longitude of the lower right corner of this RectSearchCriteria object.
ReturnsLatLng —
The m_LowerRight object.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getUpperLeft | () | method |
public function getUpperLeft():LatLngGets the latitude/longitude of the upper left corner of this RectSearchCriteria object.
ReturnsLatLng —
The m_UpperLeft 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.
|
| setLowerRight | () | method |
public function setLowerRight(latLng:LatLng):voidSets the latitude/longitude of the lower right corner of this RectSearchCriteria object.
ParameterslatLng:LatLng — latLng the LatLng to set m_LowerRight to.
|
| setUpperLeft | () | method |
public function setUpperLeft(latLng:LatLng):voidSets the latitude/longitude of the upper left corner of this RectSearchCriteria object.
ParameterslatLng:LatLng — latLng the LatLng to set m_UpperLeft to.
|