@expofp/floorplan
Version:
Interactive floor plan library for expos and events
9 lines • 603 B
TypeScript
import { type Map as MaplibreMap } from 'maplibre-gl';
import { type MapOptions, type TileSourceConfig } from '../MaplibreWrapper';
export declare const DEFAULT_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