Packagecom.mapquest.tilemap
Classpublic class TileMapEvent
InheritanceTileMapEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  ALL_TILES_LOADED : String = "alltilesloaded"
[static]
TileMapEvent
  CLICK : String = "tilemapclick"
[static]
TileMapEvent
  DOUBLE_CLICK : String = "tilemapdblclick"
[static]
TileMapEvent
  dragDirection : String
[read-only]
TileMapEvent
  DRAG_END : String = "dragend"
[static]
TileMapEvent
  dragPercentage : Number
[read-only]
TileMapEvent
  INFOWINDOW_CLOSE : String = "infowindowclose"
[static]
TileMapEvent
  INFOWINDOW_OPEN : String = "infowindowopen"
[static]
TileMapEvent
  ll : IPointLL
[read-only]
TileMapEvent
  MAP_CLEARED : String = "mapcleared"
[static]
TileMapEvent
  mapType : String
[read-only]
TileMapEvent
  MAP_TYPE_CHANGED : String = "maptypechanged"
[static]
TileMapEvent
  MOVE : String = "tilemapmove"
[static]
TileMapEvent
  MOVE_END : String = "moveend"
[static]
TileMapEvent
  MOVE_START : String = "movestart"
[static]
TileMapEvent
  OVERLAY_ADDED : String = "overlayadded"
[static]
TileMapEvent
  OVERLAY_REMOVED : String = "overlayremoved"
[static]
TileMapEvent
  poi : Poi
[read-only]
TileMapEvent
  POI_ADDED : String = "poiadded"
[static]
TileMapEvent
  POI_REMOVED : String = "poiremoved"
[static]
TileMapEvent
  prevMapType : String
[read-only]
TileMapEvent
  prevZoom : Number
[read-only]
TileMapEvent
  SIZE_CHANGED : String = "mapresize"
[static]
TileMapEvent
  srcObject : *
[read-only]
TileMapEvent
  VIEWABLE_TILES_LOADED : String = "viewabletilesloaded"
[static]
TileMapEvent
  xy : IPointXY
[read-only]
TileMapEvent
  zoom : Number
[read-only]
TileMapEvent
  ZOOM_END : String = "zoomend"
[static]
TileMapEvent
  ZOOM_START : String = "zoomstart"
[static]
TileMapEvent
Public Methods
 MethodDefined by
  
TileMapEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
TileMapEvent
  
clone():Event
TileMapEvent
  
setDragDirection(direction:String):void
TileMapEvent
  
setDragPercentage(pct:Number):void
TileMapEvent
  
setLL(point:IPointLL):void
TileMapEvent
  
setMapType(t:String):void
TileMapEvent
  
setPoi(poi:Poi):void
TileMapEvent
  
setPrevMapType(t:String):void
TileMapEvent
  
setPrevZoom(z:Number):void
TileMapEvent
  
setSrcObject(srcObject:*):void
TileMapEvent
  
setXY(point:IPointXY):void
TileMapEvent
  
setZoom(z:Number):void
TileMapEvent
Property detail
ALL_TILES_LOADEDproperty
public static var ALL_TILES_LOADED:String = "alltilesloaded"
CLICKproperty 
public static var CLICK:String = "tilemapclick"
DOUBLE_CLICKproperty 
public static var DOUBLE_CLICK:String = "tilemapdblclick"
dragDirectionproperty 
dragDirection:String  [read-only]Implementation
    public function get dragDirection():String
DRAG_ENDproperty 
public static var DRAG_END:String = "dragend"
dragPercentageproperty 
dragPercentage:Number  [read-only]Implementation
    public function get dragPercentage():Number
INFOWINDOW_CLOSEproperty 
public static var INFOWINDOW_CLOSE:String = "infowindowclose"
INFOWINDOW_OPENproperty 
public static var INFOWINDOW_OPEN:String = "infowindowopen"
llproperty 
ll:IPointLL  [read-only]Implementation
    public function get ll():IPointLL
MAP_CLEAREDproperty 
public static var MAP_CLEARED:String = "mapcleared"
mapTypeproperty 
mapType:String  [read-only]Implementation
    public function get mapType():String
MAP_TYPE_CHANGEDproperty 
public static var MAP_TYPE_CHANGED:String = "maptypechanged"
MOVEproperty 
public static var MOVE:String = "tilemapmove"
MOVE_ENDproperty 
public static var MOVE_END:String = "moveend"
MOVE_STARTproperty 
public static var MOVE_START:String = "movestart"
OVERLAY_ADDEDproperty 
public static var OVERLAY_ADDED:String = "overlayadded"
OVERLAY_REMOVEDproperty 
public static var OVERLAY_REMOVED:String = "overlayremoved"
poiproperty 
poi:Poi  [read-only]Implementation
    public function get poi():Poi
POI_ADDEDproperty 
public static var POI_ADDED:String = "poiadded"
POI_REMOVEDproperty 
public static var POI_REMOVED:String = "poiremoved"
prevMapTypeproperty 
prevMapType:String  [read-only]Implementation
    public function get prevMapType():String
prevZoomproperty 
prevZoom:Number  [read-only]Implementation
    public function get prevZoom():Number
SIZE_CHANGEDproperty 
public static var SIZE_CHANGED:String = "mapresize"
srcObjectproperty 
srcObject:*  [read-only]Implementation
    public function get srcObject():*
VIEWABLE_TILES_LOADEDproperty 
public static var VIEWABLE_TILES_LOADED:String = "viewabletilesloaded"
xyproperty 
xy:IPointXY  [read-only]Implementation
    public function get xy():IPointXY
zoomproperty 
zoom:Number  [read-only]Implementation
    public function get zoom():Number
ZOOM_ENDproperty 
public static var ZOOM_END:String = "zoomend"
ZOOM_STARTproperty 
public static var ZOOM_START:String = "zoomstart"
Constructor detail
TileMapEvent()constructor
public function TileMapEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
setDragDirection()method 
public function setDragDirection(direction:String):voidParameters
direction:String
setDragPercentage()method 
public function setDragPercentage(pct:Number):voidParameters
pct:Number
setLL()method 
public function setLL(point:IPointLL):voidParameters
point:IPointLL
setMapType()method 
public function setMapType(t:String):voidParameters
t:String
setPoi()method 
public function setPoi(poi:Poi):voidParameters
poi:Poi
setPrevMapType()method 
public function setPrevMapType(t:String):voidParameters
t:String
setPrevZoom()method 
public function setPrevZoom(z:Number):voidParameters
z:Number
setSrcObject()method 
public function setSrcObject(srcObject:*):voidParameters
srcObject:*
setXY()method 
public function setXY(point:IPointXY):voidParameters
point:IPointXY
setZoom()method 
public function setZoom(z:Number):voidParameters
z:Number