NextGIS Frontend
    Preparing search index...

    Interface MainMapEvents

    interface MainMapEvents {
        click: MapClickEvent;
        mousemove: MapAdapter;
        mouseout: MapAdapter;
        mouseover: MapAdapter;
        move: MapAdapter;
        moveend: MapAdapter;
        movestart: MapAdapter;
        preclick: MapClickEvent;
        zoom: MapAdapter;
        zoomend: MapAdapter;
        zoomstart: MapAdapter;
    }

    Hierarchy (View Summary)

    Index

    Events

    Fired every time a map is clicked.

    mousemove: MapAdapter

    Fired while the mouse moves over the map.

    mouseout: MapAdapter

    Fired when the mouse leaves the map.

    mouseover: MapAdapter

    Fired when the mouse enters the map.

    Fired repeatedly during any movement of the map.

    moveend: MapAdapter

    Fired when the center of the map stops changing.

    movestart: MapAdapter

    Fired when the view of the map starts changing (e.g. user starts dragging the map).

    preclick: MapClickEvent

    Fired before the map is clicked.

    Fired repeatedly during any change in zoom level

    zoomend: MapAdapter

    Fired when the map has changed.

    zoomstart: MapAdapter

    Fired when the map zoom is about to change.