MapChangeEvent objects are dispatched for map changes to
the map model, such as panning, change in scale, change in rotation,
and change in projection.
public function MapChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new MapChangeEvent.
Parameters
type:String — The type of the event, accessible as Event.type.
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false.
cancelable:Boolean (default = false) — Determines whether the Event object can be canceled. The default value is false.
Constant detail
MAP_CHANGE
constant
public static const MAP_CHANGE:String = "mapChange"
Used to detect when the map model has been changed.