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