Packagecom.esri.aws.awx.events
Classpublic class BubbleMarkerEvent
InheritanceBubbleMarkerEvent Inheritance flash.events.Event

The BubbleMarkerEvent dispatches events when bubble markers open and close.

See also

com.esri.aws.awx.map.layers.overlays.BubbleMarker


Public Methods
 MethodDefined by
  
BubbleMarkerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
BubbleMarkerEvent
Public Constants
 ConstantDefined by
  CLOSE : String = "close"
[static] The bubble marker is now closed.
BubbleMarkerEvent
  CLOSING : String = "closing"
[static] The bubble marker is starting to close.
BubbleMarkerEvent
  OPEN : String = "open"
[static] The bubble marker is now open.
BubbleMarkerEvent
  OPENING : String = "opening"
[static] The bubble marker is starting to open (usually when user clicks the bubble marker lable or title).
BubbleMarkerEvent
Constructor detail
BubbleMarkerEvent()constructor
public function BubbleMarkerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
CLOSEconstant
public static const CLOSE:String = "close"

The bubble marker is now closed.

CLOSINGconstant 
public static const CLOSING:String = "closing"

The bubble marker is starting to close.

OPENconstant 
public static const OPEN:String = "open"

The bubble marker is now open.

OPENINGconstant 
public static const OPENING:String = "opening"

The bubble marker is starting to open (usually when user clicks the bubble marker lable or title).