geopf-extensions-openlayers
Version:
French Geoportal Extensions for OpenLayers libraries
18 lines • 636 B
TypeScript
export default GeoportalFullScreen;
/**
* @classdesc
* OpenLayers Control to manage full screen
*
* @constructor
* @extends {ol.control.FullScreen}
* @alias ol.control.GeoportalFullScreen
* @type {ol.control.GeoportalFullScreen}
* @param {Object} options - ol.control.FullScreen options (see {@link http://openlayers.org/en/latest/apidoc/ol.control.FullScreen.html ol.Control.FullScreen})
* @example
* var zoom = new ol.control.GeoportalFullScreen({
* position: "top-left"
* });
* map.addControl(zoom);
*/
declare var GeoportalFullScreen: ol.control.GeoportalFullScreen;
//# sourceMappingURL=GeoportalFullScreen.d.ts.map