Module com.esri.arcgisruntime
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 Summary
Modifier and TypeMethodDescriptionvoid
Called when the AutoPanMode of a LocationDisplay has changed.
-
Method Details
-
onAutoPanModeChanged
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
-