UNPKG

hmpps-open-layers-map

Version:

A native Web Component for displaying maps using OpenLayers.

7 lines (6 loc) 257 B
import PointerInteraction from 'ol/interaction/Pointer'; import type { MapBrowserEvent } from 'ol'; export default class MapPointerInteraction extends PointerInteraction { constructor(); handleEvent(event: MapBrowserEvent<PointerEvent>): boolean; }