| Package | com.mapquest |
| Class | public class MapCommand |
| Inheritance | MapCommand MQObject |
| Subclasses | BestFit, BestFitLL, Center, CenterLatLng, Pan, ZoomIn, ZoomOut, ZoomTo, ZoomToRect, ZoomToRectLatLng |
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new MapCommand object.
| MapCommand | ||
|
getClassName():String
Returns the text name of this class.
| MapCommand | ||
|
getObjectVersion():Number
Returns the version of this class.
| MapCommand | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
![]() |
loadXml(xml:XML):void
New XML Handler
| MQObject | |
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
saveXml():XML
New XML Handler
| MQObject | |
|
Sets the m_Col object.
| MapCommand | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| MapCommand | () | constructor |
public function MapCommand()Constructs a new MapCommand 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.
|
| setFeatureSpecifiers | () | method |
public function setFeatureSpecifiers(col:FeatureSpecifierCollection):voidSets the m_Col object.
Parameterscol:FeatureSpecifierCollection — col the FeatureSpecifierCollection to set m_Col to.
|