Interface LocationDisplay.AutoPanModeChangedListener
-
- All Known Implementing Classes:
AndroidLocationDataSource
- Enclosing class:
- LocationDisplay
public static interface LocationDisplay.AutoPanModeChangedListenerDefines methods that are called when the AutoPanMode of a LocationDisplay changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAutoPanModeChanged(LocationDisplay.AutoPanModeChangedEvent autoPanMode)Called when the AutoPanMode of a LocationDisplay has changed.
-
-
-
Method Detail
-
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.0.0
-
-