UNPKG

@neshan-maps-platform/react-openlayers

Version:

A react map component wrapping neshan openlayers map.

47 lines (46 loc) 1.02 kB
import { Tile } from "../components/Map.model"; export declare const urls: { reverse: string; search: string; }; export declare const markerUrls: { main: string; search: string; colorSvg: string; greySvg: string; preview256: string; searchPrev: string; }; export declare const tiles: Tile[]; export declare const breakpointsSegments: { xs: boolean; sm: boolean; md: boolean; lg: boolean; xl: boolean; }; export declare const breakpointsSegmentsPixels: { xs: number; sm: number; md: number; lg: number; xl: number; }; export declare const drawerConstants: { width: string; bottomSheetNormalHeight: string; bottomSheetloadingHeight: string; bottomSheetBorderRadius: string; }; export declare const unsetMapDimnensions: { width: string; height: string; }; export declare const zoomConstants: { initialZoom: number; maxZoom: number; }; export declare const markersOffset: { high: number[]; short: number[]; };