| Package | net.systemeD.halcyon |
| Class | public class MapEvent |
| Inheritance | MapEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| params : Object Event-specific parameters.
| MapEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
MapEvent(eventname:String, params:Object)
Creates event with name given by a constant, with event-specific parameters.
| MapEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| BUMP : String = "bump" [static] Backrgound imagery has changed to one with attribution that must not be obscured.
| MapEvent | ||
| DOWNLOAD : String = "download" [static] Data has been requested for download.
| MapEvent | ||
| ERROR : String = "error" [static]
| MapEvent | ||
| INITIALISED : String = "initialized" [static] Map has been created and is ready, although data is not yet downloaded.
| MapEvent | ||
| MOUSE_MOVE : String = "mouse_move" [static]
| MapEvent | ||
| MOVE : String = "move" [static] Map has moved relative to viewport.
| MapEvent | ||
| NUDGE_BACKGROUND : String = "nudge_background" [static] Background imagery has moved relative to map.
| MapEvent | ||
| RESIZE : String = "resize" [static] Viewport size has changed.
| MapEvent | ||
| SCALE : String = "scale" [static] Zoom level has changed.
| MapEvent | ||
| params | property |
public var params:ObjectEvent-specific parameters.
| MapEvent | () | constructor |
public function MapEvent(eventname:String, params:Object)Creates event with name given by a constant, with event-specific parameters.
Parameterseventname:String |
|
params:Object |
| BUMP | constant |
public static const BUMP:String = "bump"Backrgound imagery has changed to one with attribution that must not be obscured.
| DOWNLOAD | constant |
public static const DOWNLOAD:String = "download"Data has been requested for download.
| ERROR | constant |
public static const ERROR:String = "error"
| INITIALISED | constant |
public static const INITIALISED:String = "initialized"Map has been created and is ready, although data is not yet downloaded.
| MOUSE_MOVE | constant |
public static const MOUSE_MOVE:String = "mouse_move"
| MOVE | constant |
public static const MOVE:String = "move"Map has moved relative to viewport.
| NUDGE_BACKGROUND | constant |
public static const NUDGE_BACKGROUND:String = "nudge_background"Background imagery has moved relative to map.
| RESIZE | constant |
public static const RESIZE:String = "resize"Viewport size has changed.
| SCALE | constant |
public static const SCALE:String = "scale"Zoom level has changed.