export default MeasureAreaMobile; /** * Interaction dedicated to measure Area on mobile devices. * * @private * @hidden */ declare class MeasureAreaMobile extends ngeoInteractionMeasureArea { /** * @param {import('ol/style/Style').StyleLike} style The sketchStyle used for the drawing * interaction. * @param {import('ol/source/Vector').default} source Vector source. * @returns {ngeoInteractionMobileDraw} The interaction */ createDrawInteraction(style: import("ol/style/Style").StyleLike, source: import("ol/source/Vector").default): ngeoInteractionMobileDraw; } import ngeoInteractionMeasureArea from 'ngeo/interaction/MeasureArea'; import ngeoInteractionMobileDraw from 'ngeo/interaction/MobileDraw';