MapQuest Advantage JavaScript API Reference Documentation

Class MQCenterLatLng

Object
   |
   +--MQObject
         |
         +--MQMapCommand
               |
               +--MQCenterLatLng

class MQCenterLatLng
extends MQMapCommand


Stores data to center the maps on a given point specified with a latitude/longitude point.
See:

Defined in mqobjects.js


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

m_Center

<private> MQLatLng m_Center

Constructor Detail

MQCenterLatLng

MQCenterLatLng()

Method Detail

getCenter

MQLatLng getCenter()

getClassName

String getClassName()

getObjectVersion

int getObjectVersion()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setCenter

void setCenter(<MQLatLng> ll)

MapQuest Advantage JavaScript API Reference Documentation

Documentation generated by JSDoc on Tue Oct 16 08:04:12 2007