Class NavigationChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.mapping.view.NavigationChangedEvent
All Implemented Interfaces:
Serializable

@Deprecated(since="200.0.0", forRemoval=true) public final class NavigationChangedEvent extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
An event that indicates that the navigation status of a GeoView 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:
  • Method Details

    • getSource

      public GeoView getSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getSource in class EventObject
    • isNavigating

      public boolean isNavigating()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Checks if navigation is active or not.
      Returns:
      true if the view is navigating; false otherwise.
      Since:
      100.0.0