| Package | com.esri.ags.events |
| Class | public class NavigationEvent |
| Inheritance | NavigationEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
NavigationEvent(type:String)
Creates a new NavigationEvent.
| NavigationEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ZOOM_IN : String = "zoomIn" [static]
Defines the value of the
type property of a zoomIn event object. | NavigationEvent | ||
| ZOOM_OUT : String = "zoomOut" [static]
Defines the value of the
type property of a zoomOut event object. | NavigationEvent | ||
| NavigationEvent | () | constructor |
public function NavigationEvent(type:String)Creates a new NavigationEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
|
| ZOOM_IN | constant |
public static const ZOOM_IN:String = "zoomIn"
Defines the value of the type property of a zoomIn event object.
| ZOOM_OUT | constant |
public static const ZOOM_OUT:String = "zoomOut"
Defines the value of the type property of a zoomOut event object.