Interface LocationDistanceMeasurement.MeasurementChangedListener

All Superinterfaces:
EventListener
Enclosing class:
LocationDistanceMeasurement

public static interface LocationDistanceMeasurement.MeasurementChangedListener extends EventListener
Listener for changes in the distances.
Since:
100.3.0
  • Method Details

    • measurementChanged

      void measurementChanged(LocationDistanceMeasurement.MeasurementChangedEvent measurementChangedEvent)
      Method called when any of the distances change.
      Parameters:
      measurementChangedEvent - provides the source of the event and the current distances
      Since:
      100.3.0