geopf-extensions-openlayers
Version:
French Geoportal Extensions for OpenLayers libraries
21 lines • 470 B
TypeScript
export default Legends;
/**
* @classdesc
*
* Legends button
*
* @constructor
* @alias ol.control.Legends
* @type {ol.control.Legends}
* @extends {ol.control.Control}
* @param {Object} options - options for function call.
*
* @fires legends:add
* @fires legends:remove
* @fires legends:modify
* @example
* var legends = new ol.control.Legends();
* map.addControl(legends);
*/
declare var Legends: ol.control.Legends;
//# sourceMappingURL=Legends.d.ts.map