UNPKG

geoportal-extensions-leaflet

Version:
15 lines 682 B
export default ReverseGeocoding; /** * @classdesc * * Leaflet Control Class to find locations by clicking on a map using <a href="https://geoservices.ign.fr/documentation/geoservices/geocodage-inverse.html" target="_blank">reverse geocoding service</a> of the Geoportal platform. * * Use {@link module :Controls.ReverseGeocode L.geoportalControl.ReverseGeocode()} 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.ReverseGeocode */ declare var ReverseGeocoding: any; //# sourceMappingURL=ReverseGeocoding.d.ts.map