| Package | com.mapquest |
| Class | public class RadiusSearchCriteria |
| Inheritance | RadiusSearchCriteria SearchCriteria MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new RadiusSearchCriteria object.
| RadiusSearchCriteria | ||
|
Returns the Center (latitude/longitude) of the circle which defines
the extent of the search area.
| RadiusSearchCriteria | ||
|
getClassName():String
Returns the text name of this class.
| RadiusSearchCriteria | ||
![]() |
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.
| RadiusSearchCriteria | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
getRadius(lUnits:DistanceUnits):Number
Returns the radius of the circle which defines the extent of the search
area.
| RadiusSearchCriteria | ||
![]() |
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.
| RadiusSearchCriteria | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| RadiusSearchCriteria | ||
|
Sets the latitude and longitude values of the Center point of the
circle which defines the extent of the search area.
| RadiusSearchCriteria | ||
![]() |
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 | |
|
setRadius(radius:Number, lUnits:DistanceUnits = null):void
Sets the radius of the circle which defines the extent of the search
area.
| RadiusSearchCriteria | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| RadiusSearchCriteria | () | constructor |
public function RadiusSearchCriteria()Constructs a new RadiusSearchCriteria object.
| getCenter | () | method |
public function getCenter():LatLngReturns the Center (latitude/longitude) of the circle which defines the extent of the search area.
ReturnsLatLng —
The m_MQLatLng 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.
|
| getRadius | () | method |
public function getRadius(lUnits:DistanceUnits):NumberReturns the radius of the circle which defines the extent of the search area.
ParameterslUnits:DistanceUnits — lUnits DistanceUnits Miles or KiloMeters
|
Number — The radius of the circle which defines the extent of
the search area.
|
| 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.
|
| setCenter | () | method |
public function setCenter(latLng:LatLng):voidSets the latitude and longitude values of the Center point of the circle which defines the extent of the search area.
ParameterslatLng:LatLng — Document to set m_MQLatLng to.
|
| setRadius | () | method |
public function setRadius(radius:Number, lUnits:DistanceUnits = null):voidSets the radius of the circle which defines the extent of the search area.
Parametersradius:Number — radius The radius that this object is to be set to.
|
|
lUnits:DistanceUnits (default = null) — lUnits DistanceUnits Miles or KiloMeters
|