MapQuest Advantage TileMap Toolkit Reference Documentation

Class MQRectLL

Object
   |
   +--MQRectLL

class 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

MQRectLL(<MQLatLng> ulPoint, <MQLatLng> lrPoint)

Method Detail

extend

void extend(<MQLatLng> mqLatLng)

getLowerRight

MQLatLng getLowerRight()

getUpperLeft

MQLatLng getUpperLeft()

setBounds

void setBounds(<Array> arrayLL)

setLowerRight

void setLowerRight(<MQLatLng> mqLatLng)

setUpperLeft

void setUpperLeft(<MQLatLng> mqLatLng)

MapQuest Advantage TileMap Toolkit Reference Documentation

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