@watergis/maplibre-gl-terradraw
Version:
This plugin is to add controls to your Maplibre for drawing powered by Terra Draw library.
6 lines • 318 B
TypeScript
import type { MeasureUnitType, areaUnitType, MeasureUnitSymbolType } from '../interfaces';
export declare const convertArea: (value: number, unit: MeasureUnitType, areaUnit?: areaUnitType, measureUnitSymbols?: MeasureUnitSymbolType) => {
area: number;
unit: string;
};
//# sourceMappingURL=convertArea.d.ts.map