| Package | com.yahoo.maps.api.markers.events |
| Class | public class MarkerEvent |
| Inheritance | MarkerEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| data : Object
The event data object
| MarkerEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
MarkerEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new MarkerEvent object
| MarkerEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| MARKER_ADDED : String = "markerAdded" [static]
A string containing the name of the
MARKER_ADDED event
| MarkerEvent | ||
| MARKER_CLOSE : String = "markerClose" [static]
A string containing the name of the
MARKER_CLOSE event
| MarkerEvent | ||
| MARKER_DRAG : String = "markerDrag" [static]
A string containing the name of the
MARKER_DRAG event
| MarkerEvent | ||
| MARKER_DRAG_START : String = "markerDragStart" [static]
A string containing the name of the
MARKER_DRAG_START event
| MarkerEvent | ||
| MARKER_DRAG_STOP : String = "markerDragStop" [static]
A string containing the name of the
MARKER_DRAG_STOP event
| MarkerEvent | ||
| MARKER_GEOCODE_ERROR : String = "markerGeocodeError" [static]
A string containing the name of the
MARKER_GEOCODE_ERROR event
| MarkerEvent | ||
| MARKER_GEOCODE_SUCCESS : String = "markerGeocodeSuccess" [static]
A string containing the name of the
MARKER_GEOCODE_SUCCESS event
| MarkerEvent | ||
| MARKER_OPEN : String = "markerOpen" [static]
A string containing the name of the
MARKER_OPEN event
| MarkerEvent | ||
| MARKER_REMOVED : String = "markerRemoved" [static]
A string containing the name of the
MARKER_REMOVED event
| MarkerEvent | ||
| data | property |
data:Object [read-write]The event data object
Implementation public function get data():Object
public function set data(value:Object):void
| MarkerEvent | () | constructor |
public function MarkerEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new MarkerEvent object
Parameterstype:String |
|
data:Object (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| MARKER_ADDED | constant |
public static const MARKER_ADDED:String = "markerAdded"
A string containing the name of the MARKER_ADDED event
| MARKER_CLOSE | constant |
public static const MARKER_CLOSE:String = "markerClose"
A string containing the name of the MARKER_CLOSE event
| MARKER_DRAG | constant |
public static const MARKER_DRAG:String = "markerDrag"
A string containing the name of the MARKER_DRAG event
| MARKER_DRAG_START | constant |
public static const MARKER_DRAG_START:String = "markerDragStart"
A string containing the name of the MARKER_DRAG_START event
| MARKER_DRAG_STOP | constant |
public static const MARKER_DRAG_STOP:String = "markerDragStop"
A string containing the name of the MARKER_DRAG_STOP event
| MARKER_GEOCODE_ERROR | constant |
public static const MARKER_GEOCODE_ERROR:String = "markerGeocodeError"
A string containing the name of the MARKER_GEOCODE_ERROR event
| MARKER_GEOCODE_SUCCESS | constant |
public static const MARKER_GEOCODE_SUCCESS:String = "markerGeocodeSuccess"
A string containing the name of the MARKER_GEOCODE_SUCCESS event
| MARKER_OPEN | constant |
public static const MARKER_OPEN:String = "markerOpen"
A string containing the name of the MARKER_OPEN event
| MARKER_REMOVED | constant |
public static const MARKER_REMOVED:String = "markerRemoved"
A string containing the name of the MARKER_REMOVED event