Type Alias BoxZoomEndHandler
BoxZoomEndHandler: (
map: MapLibreMap,
startPos: Point,
endPos: Point,
originalEvent: MouseEvent,
) => void
map: MapLibreMap,
startPos: Point,
endPos: Point,
originalEvent: MouseEvent,
) => void
Type Declaration
- (
map: MapLibreMap,
startPos: Point,
endPos: Point,
originalEvent: MouseEvent,
): void Parameters
- map: MapLibreMap
- startPos: Point
- endPos: Point
- originalEvent: MouseEvent
Returns void
- (
Was this helpful?
Callback for customizing what happens when a box zoom gesture ends.