|
MapQuest Advantage TileMap Toolkit Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MQRectLL
Represents a bounding box in Latitude and Longitude coordinates.
Defined in utils.js
| Constructor Summary | |
MQRectLL
(<MQLatLng> ulPoint, <MQLatLng> lrPoint)
Constructs a MQRectLL object. |
|
| Method Summary | |
void
|
extend(<MQLatLng> mqLatLng)
Extend a bounding box if necessary by passing in MQLatLng. |
MQLatLng
|
getLowerRight()
Returns lower-right corner of the bounding box in Latitude and Longitude coordinates. |
MQLatLng
|
getUpperLeft()
Returns upper-left corner of the bounding box in Latitude and Longitude coordinates. |
void
|
setBounds(<Array> arrayLL)
Set a bounding box by passing in a javasvcript array of MQLatLng objects. |
void
|
setLowerRight(<MQLatLng> mqLatLng)
Set the lower-right corner of bounding box in Latitude and Longitude coordinates. |
void
|
setUpperLeft(<MQLatLng> mqLatLng)
Set the upper-left corner of bounding box in Latitude and Longitude coordinates. |
| Constructor Detail |
MQRectLL(<MQLatLng> ulPoint, <MQLatLng> lrPoint)
ulPoint - Upper-left corner of the bounding box.
lrPoint - Lower-right corner of the bounding box.
| Method Detail |
void extend(<MQLatLng> mqLatLng)
mqLatLng - point to include in bounding box.
MQLatLng getLowerRight()
MQLatLng getUpperLeft()
void setBounds(<Array> arrayLL)
arrayLL - javascript array of points.
void setLowerRight(<MQLatLng> mqLatLng)
mqLatLng - Lower-right corner of the bounding box.
void setUpperLeft(<MQLatLng> mqLatLng)
mqLatLng - Upper-left corner of the bounding box.
|
MapQuest Advantage TileMap Toolkit Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||