vue3-maplibre-gl
Version:
Vue 3 components and composables for MapLibre GL JS - Build interactive maps with ease
9 lines (8 loc) • 544 B
TypeScript
import { LngLatLike, Map } from 'maplibre-gl';
export declare function getNanoid(id?: string): string;
export declare function getMainVersion(): number;
export declare function hasSource(map: Map, sourceId: string): boolean;
export declare function hasLayer(map: Map, sourceId: string): boolean;
export declare function lngLatLikeHasValue(lngLatLike?: LngLatLike): boolean;
export declare function filterStylePropertiesByKeys<T extends Record<string, any>>(style: Record<string, any>, keys: (keyof T)[]): T;
//# sourceMappingURL=index.d.ts.map