Interface LocationDisplay.AutoPanModeChangedListener

Enclosing class:
LocationDisplay

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

    • onAutoPanModeChanged

      void onAutoPanModeChanged(LocationDisplay.AutoPanModeChangedEvent autoPanMode)
      Called when the AutoPanMode of a LocationDisplay has changed.
      Parameters:
      autoPanMode - event indicating the new AutoPanMode and the LocationDisplay that raised the event
      Since:
      100.9.0