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
|
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.
|
m_LowerRight
<private> MQLatLng m_LowerRight
Value to represent lower right of the map
m_UpperLeft
<private> MQLatLng m_UpperLeft
Value to represent upper left of the map
MQZoomToRectLatLng
MQZoomToRectLatLng()
Constructs a new MQZoomToRectLatLng object.
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
getRect
void getRect(<MQLatLng> ulll, <MQLatLng> lrll)
Returns the upper left and lower right corners of this rectangle.
Parameters:
ulll - The upper left corner of this rectangular zoom area.
lrll - The lower right corner of this rectangular zoom area.
loadXml
void loadXml(<String> strXml)
Assigns the xml that relates to this object.
Parameters:
strXml - the xml to be assigned.
saveXml
String saveXml()
Build an xml string that represents this object.
setRect
void setRect(<MQLatLng> ulll, <MQLatLng> lrll)
Sets the upper left and lower right corners of the rectangle that
is to be zoomed to.
Parameters:
ulll - The X,Y coordinates of the upper left corner of this rectangular zoom area.
lrll - The X,Y coordinates of the lower right corner of this rectangular zoom area.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007