Module com.esri.arcgisruntime
Interface ViewpointChangedListener
public interface ViewpointChangedListener
The listener interface for receiving Viewpoint changed events from a
GeoView
.- Since:
- 100.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
viewpointChanged
(ViewpointChangedEvent viewpointChangedEvent) Invoked when the Viewpoint of a GeoView has changed.
-
Method Details
-
viewpointChanged
Invoked when the Viewpoint of a GeoView has changed.Note that this event may be called very frequently, therefore this method should return quickly. If more extensive work is required, consider using
NavigationChangedListener
instead.- Parameters:
viewpointChangedEvent
- the Viewpoint changed event- Since:
- 100.0.0
-