| Package | com.esri.ags.events |
| Class | public class MapMouseEvent |
| Inheritance | MapMouseEvent flash.events.MouseEvent |
See also
| Property | Defined By | ||
|---|---|---|---|
| map : Map
Reference to the associated map. | MapMouseEvent | ||
| mapPoint : MapPoint
The map location that was clicked on. | MapMouseEvent | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new MapMouseEvent. | MapMouseEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| MAP_CLICK : String = mapClick [static]
Defines the value of the type property of a mapClick event object. | MapMouseEvent | ||
| MAP_MOUSE_DOWN : String = mapMouseDown [static]
Defines the value of the type property of a mapMouseDown event object. | MapMouseEvent | ||
| map | property |
public var map:MapReference to the associated map.
| mapPoint | property |
public var mapPoint:MapPointThe map location that was clicked on.
| MapMouseEvent | () | Constructor |
public function MapMouseEvent(type:String, map:Map, mapPoint:MapPoint)Creates a new MapMouseEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
map:Map — Reference to the associated map.
| |
mapPoint:MapPoint — The map location that was clicked on.
|
| MAP_CLICK | Constant |
public static const MAP_CLICK:String = mapClick
Defines the value of the type property of a mapClick event object.
| MAP_MOUSE_DOWN | Constant |
public static const MAP_MOUSE_DOWN:String = mapMouseDown| Since : | ArcGIS API for Flex 2.1 |
Defines the value of the type property of a mapMouseDown event object.