UNPKG

@watergis/maplibre-gl-terradraw

Version:

This plugin is to add controls to your Maplibre for drawing powered by Terra Draw library.

6 lines 340 B
import type { distanceUnitType, MeasureUnitSymbolType, MeasureUnitType } from '../interfaces'; export declare const convertDistance: (value: number, unit?: MeasureUnitType, forceUnit?: distanceUnitType, measureUnitSymbols?: MeasureUnitSymbolType) => { distance: number; unit: string; }; //# sourceMappingURL=convertDistance.d.ts.map