UNPKG

kepler.gl

Version:

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

15 lines (14 loc) 449 B
export declare const LOAD_FILE_TASK: any; export declare const PROCESS_FILE_DATA: any; export declare const LOAD_MAP_STYLE_TASK: any; /** * task to upload file to cloud provider */ export declare const EXPORT_FILE_TO_CLOUD_TASK: any; export declare const LOAD_CLOUD_MAP_TASK: any; /** * task to dispatch a function as a task */ export declare const ACTION_TASK: any; export declare const DELAY_TASK: any; export declare const UNWRAP_TASK: any;