Class MapScaleChangedEvent

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

@Deprecated(since="200.0.0", forRemoval=true) public final class MapScaleChangedEvent extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
An event that indicates that scale of the MapView has changed.
Since:
100.0.0
See Also:
  • Constructor Details

    • MapScaleChangedEvent

      public MapScaleChangedEvent(MapView source)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new scale event.
      Parameters:
      source - the source
      Since:
      100.0.0
  • Method Details

    • getSource

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