Interface LocationDisplay.DataSourceStatusChangedListener

Enclosing class:
LocationDisplay

public static interface LocationDisplay.DataSourceStatusChangedListener
Defines methods that are called when the LocationDataSource of a LocationDisplay is started or stopped.
Since:
100.9.0
See Also:
  • Method Details

    • onStatusChanged

      void onStatusChanged(LocationDisplay.DataSourceStatusChangedEvent status)
      Called when the the LocationDataSource of a LocationDisplay is started or stopped.
      Parameters:
      status - event indicating the new DataSource and its state
      Since:
      100.9.0