UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

7 lines (6 loc) 342 B
import { LayerColumn } from '@kepler.gl/types'; import { DataContainerInterface } from './data-container-interface'; export declare function getPositionFromHexValue(token: any): number[] | null; export declare function maybeHexToGeo(dc: DataContainerInterface, d: { index: number; }, lat: LayerColumn, lng: LayerColumn): number[] | null;