MapQuest Advantage JavaScript API Reference Documentation

Class MQZoomToRectLatLng

Object
   |
   +--MQObject
         |
         +--MQMapCommand
               |
               +--MQZoomToRectLatLng

class MQZoomToRectLatLng
extends MQMapCommand


Stores data to zoom to a rectangle specified with latitude/longitude points.
See:

Defined in mqobjects.js


Field Summary
<private>  MQLatLng m_LowerRight
          Value to represent lower right of the map
<private>  MQLatLng m_UpperLeft
          Value to represent upper left of the map
   
Fields inherited from class MQMapCommand
m_Col
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQZoomToRectLatLng ()
            Constructs a new MQZoomToRectLatLng object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 int getObjectVersion()
           Returns the version of this class.
 void getRect(<MQLatLng> ulll, <MQLatLng> lrll)
           Returns the upper left and lower right corners of this rectangle.
 void loadXml(<String> strXml)
           Assigns the xml that relates to this object.
 String saveXml()
           Build an xml string that represents this object.
 void setRect(<MQLatLng> ulll, <MQLatLng> lrll)
           Sets the upper left and lower right corners of the rectangle that is to be zoomed to.
 
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_LowerRight

<private> MQLatLng m_LowerRight

m_UpperLeft

<private> MQLatLng m_UpperLeft

Constructor Detail

MQZoomToRectLatLng

MQZoomToRectLatLng()

Method Detail

getClassName

String getClassName()

getObjectVersion

int getObjectVersion()

getRect

void getRect(<MQLatLng> ulll, <MQLatLng> lrll)

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setRect

void setRect(<MQLatLng> ulll, <MQLatLng> lrll)

MapQuest Advantage JavaScript API Reference Documentation

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