Packagecom.mapquest.tilemap.overlays
Classpublic class OverlayCollection



Public Properties
 PropertyDefined by
  length : int
[read-only]
OverlayCollection
Public Methods
 MethodDefined by
  
add(obj:ShapeOverlay):void
OverlayCollection
  
append(collection:OverlayCollection):void
OverlayCollection
  
contains(obj:ShapeOverlay):Boolean
OverlayCollection
  
get(i:Number):ShapeOverlay
OverlayCollection
  
getName():String
OverlayCollection
  
indexOf(overlay:ShapeOverlay):int
OverlayCollection
  
remove(overlay:ShapeOverlay):Boolean
OverlayCollection
  
setName(name:String):void
OverlayCollection
Property detail
lengthproperty
length:int  [read-only]Implementation
    public function get length():int
Method detail
add()method
public function add(obj:ShapeOverlay):voidParameters
obj:ShapeOverlay
append()method 
public function append(collection:OverlayCollection):voidParameters
collection:OverlayCollection
contains()method 
public function contains(obj:ShapeOverlay):BooleanParameters
obj:ShapeOverlay

Returns
Boolean
get()method 
public function get(i:Number):ShapeOverlayParameters
i:Number

Returns
ShapeOverlay
getName()method 
public function getName():String

Returns
String
indexOf()method 
public function indexOf(overlay:ShapeOverlay):intParameters
overlay:ShapeOverlay

Returns
int
remove()method 
public function remove(overlay:ShapeOverlay):BooleanParameters
overlay:ShapeOverlay

Returns
Boolean
setName()method 
public function setName(name:String):voidParameters
name:String