UNPKG

svelte-naver-maps

Version:
21 lines (20 loc) 559 B
export function MarkerClustering(options: any): void; export class MarkerClustering { constructor(options: any); DEFAULT_OPTIONS: { map: null; markers: never[]; disableClickZoom: boolean; minClusterSize: number; maxZoom: number; gridSize: number; icons: never[]; indexGenerator: number[]; averageCenter: boolean; stylingFunction: () => void; }; _clusters: any[]; _mapRelations: any; _markerRelations: any[]; } export function addMarkerClustering(): void;