kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
5 lines (4 loc) • 365 B
TypeScript
import { MapStyle } from '@kepler.gl/reducers';
import { mapStyleChange, ActionHandler } from '@kepler.gl/actions';
import { CustomFunctionContext, RegisterFunctionCallingProps } from 'react-ai-assist';
export declare function basemapFunctionDefinition(context: CustomFunctionContext<ActionHandler<typeof mapStyleChange> | MapStyle>): RegisterFunctionCallingProps;