Packagecom.esri.ags.events
Classpublic class NavigationEvent
InheritanceNavigationEvent Inheritance flash.events.Event

Represents event objects that are specific to the navigation control.

See also

com.esri.ags.controls.Navigation


Public Methods
 MethodDefined by
  
NavigationEvent(type:String)
Creates a new NavigationEvent.
NavigationEvent
Public Constants
 ConstantDefined 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
Constructor detail
NavigationEvent()constructor
public function NavigationEvent(type:String)

Creates a new NavigationEvent.

Parameters
type:String — The event type; indicates the action that triggered the event.
Constant detail
ZOOM_INconstant
public static const ZOOM_IN:String = "zoomIn"

Defines the value of the type property of a zoomIn event object.

ZOOM_OUTconstant 
public static const ZOOM_OUT:String = "zoomOut"

Defines the value of the type property of a zoomOut event object.