Class NavigationChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.mapping.view.NavigationChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class NavigationChangedEvent extends EventObject
An event that indicates that the navigation status of aGeoView
has changed. A geoview is navigating when its viewpoint is currently being changed, this reflects both animation of programmatic changes to the map viewpoint, and user interaction with gestures.- Since:
- 100.0.0
- See Also:
GeoView.isNavigating()
, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoView
getSource()
boolean
isNavigating()
Checks if navigation is active or not.-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public GeoView getSource()
- Overrides:
getSource
in classEventObject
-
isNavigating
public boolean isNavigating()
Checks if navigation is active or not.- Returns:
- true if the view is navigating; false otherwise.
- Since:
- 100.0.0
-
-