/** * Interaction dedicated to measure length on mobile devices. * * @hidden */ export default class _default extends ngeoInteractionMeasureLength { /** * @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 ngeoInteractionMeasureLength from 'ngeo/interaction/MeasureLength'; import ngeoInteractionMobileDraw from 'ngeo/interaction/MobileDraw';