geoportal-extensions-leaflet
Version:
French Geoportal Extension for Leaflet
19 lines • 842 B
TypeScript
export default SearchEngine;
/**
* @classdesc
*
* Leaflet Control Class to search positons of geographic identifiers (places names, address, cadastral parcel) using :
*
* - the [geocoding web service of the Geoportal Platform]{@link https://geoservices.ign.fr/documentation/geoservices/geocodage.html}.
* - the [autocompletion service of the Geoportal Platform]{@link https://geoservices.ign.fr/documentation/geoservices/autocompletion.html}
* <br/>
*
* Use {@link module :Controls.SearchEngine L.geoportalControl.SearchEngine()} 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.SearchEngine
*/
declare var SearchEngine: any;
//# sourceMappingURL=SearchEngine.d.ts.map