UNPKG

maplibre-gl-js-amplify

Version:

MapLibre Plugin to Support Amplify Geo Integration

6 lines (5 loc) 280 B
import type { Map as maplibreMap } from 'maplibre-gl'; import type { UnclusteredOptions } from './types'; export declare function drawUnclusteredLayer(sourceName: string, map: maplibreMap, { showMarkerPopup, ...options }: UnclusteredOptions): { unclusteredLayerId: string; };