export default MousePosition; /** * @classdesc * * Leaflet Control Class to display Mouse position in various CRS and altitude using the altimetric web service of the Geoportal Platform. * * Use {@link module:Controls.MousePosition L.geoportalControl.MousePosition()} factory to create instances of that class. * * **Extends** Leaflet L.Control native class. * * @namespace * @alias L.geoportalControl.MousePosition */ declare var MousePosition: any; //# sourceMappingURL=MousePosition.d.ts.map