UNPKG

kepler.gl

Version:

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

9 lines (8 loc) 282 B
import { Bounds } from '@kepler.gl/types'; import { Layer } from '@kepler.gl/layers'; /** * return center of map from given points * @param layers * @returns coordinates of map center, empty if not found */ export declare function findMapBounds(layers: Layer[]): Bounds | null;