UNPKG

hmpps-open-layers-map

Version:

A native Web Component for displaying maps using OpenLayers.

3 lines (2 loc) 222 B
import { MapLibreMapInstance } from '../maplibre-map-instance'; export declare function setupMapLibreMap(target: HTMLElement, vectorUrl?: string, enable3DControls?: boolean, apiKey?: string): Promise<MapLibreMapInstance>;