|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MQObject
|
+--MQMapCommand
|
+--MQCenterLatLng
Stores data to center the maps on a given point specified with
a latitude/longitude point.
See:
| Field Summary | |
<private> MQLatLng |
m_Center
Value to represent center of the map |
| Fields inherited from class MQMapCommand |
m_Col
|
| Fields inherited from class MQObject |
m_xmlDoc, m_xpath
|
| Constructor Summary | |
MQCenterLatLng
()
Constructs a new MQCenterLatLng object. |
|
| Method Summary | |
MQLatLng
|
getCenter()
Returns the m_Center. |
String
|
getClassName()
Returns the text name of this class. |
int
|
getObjectVersion()
Returns the version of this class. |
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object. |
String
|
saveXml()
Build an xml string that represents this object. |
void
|
setCenter(<MQLatLng> ll)
Sets the m_Center. |
| Methods inherited from class MQMapCommand |
getFeatureSpecifiers, setFeatureSpecifiers
|
| Methods inherited from class MQObject |
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
|
| Field Detail |
<private> MQLatLng m_Center
| Constructor Detail |
MQCenterLatLng()
| Method Detail |
MQLatLng getCenter()
String getClassName()
int getObjectVersion()
void loadXml(<String> strXml)
strXml - the xml to be assigned.
String saveXml()
void setCenter(<MQLatLng> ll)
ll - The LatLng to set m_Center to.
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||