Add full screen control

This commit is contained in:
Tom Payne
2013-04-09 22:00:43 +02:00
parent 055a4da761
commit cef6fe4930
4 changed files with 120 additions and 0 deletions

View File

@@ -112,6 +112,13 @@
* @property {ol.control.ZoomOptions|undefined} zoomOptions Zoom options.
*/
/**
* @typedef {Object} ol.control.FullScreenOptions
* @property {boolean|undefined} keys Full keyboard access.
* @property {ol.Map|undefined} map Map.
* @property {Element|undefined} target Target.
*/
/**
* @typedef {Object} ol.control.LogoOptions
* @property {ol.Map|undefined} map Map.