Packagecom.mapquest
Classpublic class RectXY
ImplementsIRectXY



Public Properties
 PropertyDefined by
  _lr : IPointXY
RectXY
  lr : IPointXY
RectXY
  _ul : IPointXY
RectXY
  ul : IPointXY
RectXY
Public Methods
 MethodDefined by
  
RectXY
  
toString():String
RectXY
Property detail
_lrproperty
public var _lr:IPointXY
lrproperty 
lr:IPointXY  [read-write]Implementation
    public function get lr():IPointXY
    public function set lr(value:IPointXY):void
_ulproperty 
public var _ul:IPointXY
ulproperty 
ul:IPointXY  [read-write]Implementation
    public function get ul():IPointXY
    public function set ul(value:IPointXY):void
Constructor detail
RectXY()constructor
public function RectXY(ul:IPointXY, lr:IPointXY)Parameters
ul:IPointXY
 
lr:IPointXY
Method detail
toString()method
public function toString():String

Returns
String