| Package | com.mapquest |
| Class | public class CenterLatLng |
| Inheritance | CenterLatLng MapCommand MQObject |
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new CenterLatLng object.
| CenterLatLng | ||
|
Returns the m_Center.
| CenterLatLng | ||
|
getClassName():String
Returns the text name of this class.
| CenterLatLng | ||
|
getObjectVersion():Number
Returns the version of this class.
| CenterLatLng | ||
![]() |
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(xmlPrm:XML):void
Assigns the xml that relates to this object.
| CenterLatLng | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| CenterLatLng | ||
|
Sets the m_Center.
| CenterLatLng | ||
![]() |
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 | |
| CenterLatLng | () | constructor |
| getCenter | () | method |
| 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.
|
| 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(ll:LatLng):voidSets the m_Center.
Parametersll:LatLng — The LatLng to set m_Center to.
|