| 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 | 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.