MapQuest Advantage JavaScript API Reference Documentation

Class MQMapCommand

Object
   |
   +--MQObject
         |
         +--MQMapCommand
Direct Known Subclasses:
MQZoomOut, MQZoomToRect, MQCenterLatLng, MQZoomToRectLatLng, MQCenter, MQZoomTo, MQBestFitLL, MQPan, MQZoomIn, MQBestFit

class MQMapCommand
extends MQObject


Allows actions (such as panning, zooming in, and zooming out) to be performed on a map.
Defined in mqobjects.js


Field Summary
<private>  MQFeatureSpecifierCollection m_Col
          Value to represent Feature Specifier Collection
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQMapCommand ()
            Constructs a new MQMapCommand object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 MQFeatureSpecifierCollection getFeatureSpecifiers()
           Returns the m_Col object.
 int getObjectVersion()
           Returns the version of this class.
 void setFeatureSpecifiers(<MQFeatureSpecifierCollection> col)
           Sets the m_Col object.
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Field Detail

m_Col

<private> MQFeatureSpecifierCollection m_Col

Constructor Detail

MQMapCommand

MQMapCommand()

Method Detail

getClassName

String getClassName()

getFeatureSpecifiers

MQFeatureSpecifierCollection getFeatureSpecifiers()

getObjectVersion

int getObjectVersion()

setFeatureSpecifiers

void setFeatureSpecifiers(<MQFeatureSpecifierCollection> col)

MapQuest Advantage JavaScript API Reference Documentation

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