UNPKG

geoportal-extensions-leaflet

Version:
15 lines 506 B
export default ElevationPath; /** * @classdesc * * Leaflet Control Class to compute and display Profil Elevation. * * Use {@link module:Controls.ElevationPath L.geoportalControl.ElevationPath()} factory to create instances of that class. * * **Extends** Leaflet <a href="http://leafletjs.com/reference.html#control" target="_blank">L.Control</a> native class. * * @namespace * @alias L.geoportalControl.ElevationPath */ declare var ElevationPath: any; //# sourceMappingURL=ElevationPath.d.ts.map