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 L.Control native class. * * @namespace * @alias L.geoportalControl.Route */ declare var Route: any; //# sourceMappingURL=Route.d.ts.map