UNPKG

@wayz/react-gl

Version:

React Component for DeckGL, Base on AMap, Mapbox GL

17 lines (16 loc) 618 B
import TagMap from './tagmap'; declare class CustomTagMap extends TagMap { constructor(); buildHierarchy(data: any, { getLabel, getPosition, getWeight, }: { getLabel?: ((val: any) => any) | undefined; getPosition?: ((val: any) => any) | undefined; getWeight?: ((val: any) => any) | undefined; }): void; extractCluster({ project, bbox, weightThreshold, maxDist, }: { project?: ((val: any) => any) | undefined; bbox?: null | undefined; weightThreshold?: number | undefined; maxDist?: number | undefined; }): any; } export default CustomTagMap;