@expofp/floorplan
Version:
Interactive floor plan library for expos and events
10 lines • 661 B
TypeScript
import { type Map as MaplibreMap } from 'maplibre-gl';
import { type MapOptions, type TileSourceConfig } from '../MaplibreWrapper.js';
export declare const LIGHT_TILE_SOURCE: TileSourceConfig;
export declare const DARK_TILE_SOURCE: TileSourceConfig;
export declare const DEFAULT_MAP_OPTIONS: MapOptions;
export declare const MAP_2D_OPTIONS: MapOptions;
export declare function applyMapDimValue(map: MaplibreMap | null, value: number): void;
export declare function applyMapOptions(map: MaplibreMap | null, mapOptions: MapOptions, animatePitch?: boolean): void;
export declare function getTileSource(): TileSourceConfig;
//# sourceMappingURL=map-helpers.d.ts.map