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} *
* * Use {@link module :Controls.SearchEngine L.geoportalControl.SearchEngine()} factory to create instances of that class. * * **Extends** Leaflet L.Control native class. * * @namespace * @alias L.geoportalControl.SearchEngine */ declare var SearchEngine: any; //# sourceMappingURL=SearchEngine.d.ts.map