A MapLibreZoomEvent is the event type for the boxzoom-related map events emitted by the BoxZoomHandler.
MapLibreZoomEvent
The DOM event that triggered the boxzoom event. Can be a MouseEvent or KeyboardEvent
MouseEvent
KeyboardEvent
The Map instance that triggered the event
Map
The type of boxzoom event. One of boxzoomstart, boxzoomend or boxzoomcancel
boxzoomstart
boxzoomend
boxzoomcancel
A
MapLibreZoomEvent
is the event type for the boxzoom-related map events emitted by the BoxZoomHandler.