geoportal-extensions-leaflet
Version:
French Geoportal Extension for Leaflet
15 lines • 506 B
TypeScript
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