Interface IMapObserver


public interface IMapObserver
Interface for observing the Map.
Since:
2023.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called whenever a property of the map has changed.
  • Method Details

    • onMapChanged

      void onMapChanged(@NotNull MapEvent mapEvent)
      This method is called whenever a property of the map has changed.
      Parameters:
      mapEvent - the event describing the change.