Interface GeoMapListener


public interface GeoMapListener
Interface for listening to changes to the state of the GeoMap UI
  • Method Summary

    Modifier and Type Method Description
    void centerChanged​(GeoMap geoMap)
    Called whenever the center of the GeoMap changes, e.g. when panning.
    void zoomChanged​(GeoMap geoMap)
    Called whenever the zoom level changes.