UNPKG

@kepler.gl/utils

Version:

kepler.gl constants used by kepler.gl components, actions and reducers

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;