Type Alias MapLibreZoomEvent
type MapLibreZoomEvent = {
originalEvent: MouseEvent;
target: MapLibreMap;
type: "boxzoomstart" | "boxzoomend" | "boxzoomcancel";
}
originalEvent: MouseEvent;
target: MapLibreMap;
type: "boxzoomstart" | "boxzoomend" | "boxzoomcancel";
}
Index
Properties
Was this helpful?
A
MapLibreZoomEventis the event type for the boxzoom-related map events emitted by the BoxZoomHandler.