UNPKG

geoportal-extensions-leaflet

Version:
15 lines 524 B
export default Route; /** * @classdesc * * Leaflet Control Class to compute and display route between start and end points using routing service of the geoportal platform. * * Use {@link module:Controls.Route L.geoportalControl.Route()} 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.Route */ declare var Route: any; //# sourceMappingURL=Route.d.ts.map