MapQuest Advantage TileMap Toolkit Reference Documentation

Class MQRectXY

Object
   |
   +--MQRectXY

class MQRectXY


Represents a bounding box in X and Y pixel coordinates.
Defined in utils.js


Constructor Summary
MQRectXY (<MQPoint> ulPoint, <MQPoint> lrPoint)
            Constructs a MQRectXY object.
 
Method Summary
 MQPoint getLowerRight()
           Returns lower-right corner of the bounding box in X and Y coordinates.
 MQPoint getUpperLeft()
           Returns upper-left corner of the bounding box in X and Y coordinates.
 void setLowerRight(<MQPoint> mqPoint)
           Set the lower-right corner of bounding box in X and Y coordinates.
 void setUpperLeft(<MQPoint> mqPoint)
           Set the upper-left corner of bounding box in X and Y coordinates.

Constructor Detail

MQRectXY

MQRectXY(<MQPoint> ulPoint, <MQPoint> lrPoint)

Method Detail

getLowerRight

MQPoint getLowerRight()

getUpperLeft

MQPoint getUpperLeft()

setLowerRight

void setLowerRight(<MQPoint> mqPoint)

setUpperLeft

void setUpperLeft(<MQPoint> mqPoint)

MapQuest Advantage TileMap Toolkit Reference Documentation

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