GeoLeaf Core API - v3.0.0
    Preparing search index...
    MapEvent:
        | "click"
        | "dblclick"
        | "contextmenu"
        | "moveend"
        | "movestart"
        | "zoomend"
        | "zoomstart"
        | "load"
        | "resize"

    Normalised set of map events exposed by IMapAdapter.

    Adapters translate engine-specific event names to these tokens. Additional engine-specific events are not exposed through this interface — use the adapter's native instance via a downcast if necessary.