UNPKG

mobility-toolbox-js

Version:

Toolbox for JavaScript applications in the domains of mobility and logistics.

8 lines (7 loc) 255 B
import type { AnyMapGlMap } from '../../types'; /** * Get the current resolution of a Maplibre map. * @param {maplibregl.Map} map A map object. */ declare const getMercatorResolution: (map: AnyMapGlMap) => number; export default getMercatorResolution;