Interface LocationDisplay.LocationChangedListener

Enclosing class:
LocationDisplay

public static interface LocationDisplay.LocationChangedListener
Defines methods that are called when the Location of a LocationDisplay changes.
Since:
100.9.0
See Also:
  • Method Details

    • onLocationChanged

      void onLocationChanged(LocationDisplay.LocationChangedEvent location)
      Called when the Location of a LocationDisplay has changed.
      Parameters:
      location - event indicating the new Location and the LocationDisplay that raised the event
      Since:
      100.9.0