s2maps-gpu
Version:
S2 Maps GPU - An open source, high-performance, and GPU-accelerated map engine for rendering large-scale, interactive maps.
9 lines (8 loc) • 320 B
TypeScript
import type { Style } from 'mapbox-gl';
import type { StyleDefinition } from 's2/style/style.spec.js';
/**
* Convert a Mapbox style to an s2maps style
* @param _mapboxStyle - The Mapbox style to convert
* @returns The s2maps style
*/
export declare function convertMapboxStyle(_mapboxStyle: Style): StyleDefinition;