geopf-extensions-openlayers
Version:
French Geoportal Extensions for OpenLayers libraries
20 lines • 550 B
TypeScript
export default Reporting;
/**
* @classdesc
*
* Reporting control.
* This control allows users to report issues or provide feedback on the map.
*
* @constructor
* @alias ol.control.Reporting
* @type {ol.control.Reporting}
* @extends {ol.control.Control}
* @param {Object} options - options for function call.
* @fires reporting:sending
* @fires reporting:opened
* @example
* var reporting = new ol.control.Reporting();
* map.addControl(reporting);
*/
declare var Reporting: ol.control.Reporting;
//# sourceMappingURL=Reporting.d.ts.map