Class LocationDataSource.LocationChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.location.LocationDataSource.LocationChangedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
LocationDataSource

public final class LocationDataSource.LocationChangedEvent extends EventObject
An event representing the change of the location of a LocationDataSource.
Since:
100.9.0
See Also:
  • Method Details

    • getSource

      public LocationDataSource getSource()
      Returns the source firing the event.
      Overrides:
      getSource in class EventObject
      Returns:
      the LocationDataSource instance that fired the event
      Since:
      100.9.0
    • getLocation

      public LocationDataSource.Location getLocation()
      Returns the location associated with the event.
      Returns:
      the location associated with the event
      Since:
      100.9.0