UNPKG

kepler.gl

Version:

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

10 lines (9 loc) 620 B
/** * This method is used to create an html file which will inlcude kepler and map data * @param {Object} options Object that collects all necessary data to create the html file * @param {string} options.mapboxApiAccessToken Mapbox token used to fetch mapbox tiles * @param {Array<Object>} options.datasets Data to include in the map * @param {Object} options.config this object will contain the full kepler.gl instance configuration {mapState, mapStyle, visState} * @param {string} version which version of Kepler.gl to load. */ export declare const exportMapToHTML: (options: any, version?: string) => string;