UNPKG

kepler.gl

Version:

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

13 lines (12 loc) 359 B
import { z } from 'zod'; export declare const mapBoundary: import("@openassistant/utils").ExtendedTool<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, { success: boolean; boundary: { nw: [number, number]; se: [number, number]; }; error?: undefined; instruction?: undefined; }, never, { getMapBoundary: () => never; }>;