Packagecom.mapquest.tilemap.pois
Classpublic class PoiCollection



Public Properties
 PropertyDefined by
  length : int
[read-only]
PoiCollection
Public Methods
 MethodDefined by
  
PoiCollection(pois:Array = null)
PoiCollection
  
add(poi:Poi):void
PoiCollection
  
contains(poi:Poi):Boolean
PoiCollection
  
get(i:Number):Poi
PoiCollection
  
Calculates the Bounding Rect (Lat/Lng) of this MQPoiCollection.
PoiCollection
  
indexOf(poi:Poi):int
PoiCollection
  
remove(poi:Poi):Boolean
PoiCollection
Property detail
lengthproperty
length:int  [read-only]Implementation
    public function get length():int
Constructor detail
PoiCollection()constructor
public function PoiCollection(pois:Array = null)Parameters
pois:Array (default = null)
Method detail
add()method
public function add(poi:Poi):voidParameters
poi:Poi
contains()method 
public function contains(poi:Poi):BooleanParameters
poi:Poi

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

Returns
Poi
getBoundingRect()method 
public function getBoundingRect():RectLL

Calculates the Bounding Rect (Lat/Lng) of this MQPoiCollection.

Returns
RectLL
indexOf()method 
public function indexOf(poi:Poi):intParameters
poi:Poi

Returns
int
remove()method 
public function remove(poi:Poi):BooleanParameters
poi:Poi

Returns
Boolean