vue3-maplibre-gl
Version:
Vue 3 components and composables for MapLibre GL JS - Build interactive maps with ease
13 lines (12 loc) • 447 B
TypeScript
import { GeolocateEventTypes, MapEventTypes } from '../types';
export declare enum MapCreationStatus {
NotInitialized = "not-initialized",
Initializing = "initializing",
Loading = "loading",
Loaded = "loaded",
Error = "error",
Destroyed = "destroyed"
}
export declare const MapboxEvents: (keyof MapEventTypes)[];
export declare const GeolocateEvents: (keyof GeolocateEventTypes)[];
//# sourceMappingURL=MapboxEnum.d.ts.map