Interface LocationDataSource.LocationChangedListener

Enclosing class:
LocationDataSource

public static interface LocationDataSource.LocationChangedListener
The listener interface for receiving location changed events from a LocationDataSource.
Since:
100.9.0
  • Method Details

    • locationChanged

      void locationChanged(LocationDataSource.LocationChangedEvent locationChangedEvent)
      Invoked when the Location of a LocationDataSource changes.
      Parameters:
      locationChangedEvent - the location changed event
      Since:
      100.9.0