kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
8 lines (7 loc) • 323 B
TypeScript
/// <reference types="deck.gl" />
import { HexagonLayer } from '@deck.gl/aggregation-layers';
import { AggregationType } from '../layer-utils/cpu-aggregator';
export declare const hexagonAggregation: AggregationType;
export default class ScaleEnhancedHexagonLayer extends HexagonLayer<any> {
initializeState(): void;
}