Interface NavigationChangedListener


@Deprecated(since="200.0.0", forRemoval=true) public interface NavigationChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving navigation changed events from a GeoView.
Since:
100.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    navigationChanged(NavigationChangedEvent navigationChangedEvent)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked when the navigation of a GeoView changes.
  • Method Details