| Package | com.mapquest |
| Class | public class GeocodeOptions |
| Inheritance | GeocodeOptions MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new GeocodeOptions object
| GeocodeOptions | ||
|
getClassName():String
Returns the text name of this class.
| GeocodeOptions | ||
|
getCoverageName():String
Gets the name of the coverage that this option applies to
| GeocodeOptions | ||
|
Returns the m_MatchType object.
| GeocodeOptions | ||
|
getMaxMatches():int
Gets the maximum matches to be returned for this object.
| GeocodeOptions | ||
|
getObjectVersion():Number
Returns the version of this class.
| GeocodeOptions | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
Returns the m_QualityType object.
| GeocodeOptions | ||
![]() |
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.
| GeocodeOptions | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build an xml string that represents this object.
| GeocodeOptions | ||
|
setCoverageName(newCoverageName:String):void
Sets the name of the coverage that this option applies to
| GeocodeOptions | ||
|
setMatchType(matchType:MatchType):void
Sets the m_MatchType.
| GeocodeOptions | ||
|
setMaxMatches(nMax:int):void
Sets the maximum matches to be returned for this object.
| GeocodeOptions | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setQualityType(qualityType:QualityType):void
Sets the m_QualityType.
| GeocodeOptions | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| GeocodeOptions | () | constructor |
public function GeocodeOptions()Constructs a new GeocodeOptions object
See also
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getCoverageName | () | method |
public function getCoverageName():StringGets the name of the coverage that this option applies to
ReturnsString — The name of the coverage that this option applies to
|
| getMatchType | () | method |
public function getMatchType():MatchTypeReturns the m_MatchType object.
ReturnsMatchType —
The m_MatchType object.
|
| getMaxMatches | () | method |
public function getMaxMatches():intGets the maximum matches to be returned for this object.
Returnsint — The maximum number of matches that are to be returned by
the search
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getQualityType | () | method |
public function getQualityType():QualityTypeReturns the m_QualityType object.
ReturnsQualityType —
The m_QualityType 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 an xml string that represents this object.
ReturnsXML — The xml string.
|
| setCoverageName | () | method |
public function setCoverageName(newCoverageName:String):voidSets the name of the coverage that this option applies to
ParametersnewCoverageName:String — The coverage name
|
| setMatchType | () | method |
public function setMatchType(matchType:MatchType):voidSets the m_MatchType.
ParametersmatchType:MatchType — MatchType The object to set m_MatchType to.
|
| setMaxMatches | () | method |
public function setMaxMatches(nMax:int):voidSets the maximum matches to be returned for this object.
ParametersnMax:int — nMax The maximum number of matches that are to be returned by
the search.
|
| setQualityType | () | method |
public function setQualityType(qualityType:QualityType):voidSets the m_QualityType.
ParametersqualityType:QualityType — QualityType The object to set m_QualityType to.
|