Add more api doc

This commit is contained in:
Frederic Junod
2013-09-08 16:51:32 +02:00
parent cf7b40268b
commit 20916c75bb
15 changed files with 39 additions and 1 deletions

View File

@@ -16,6 +16,9 @@ goog.require('ol.css');
/**
* Provides a button that when clicked fills up the full screen with the map.
* When in full screen mode, a close button is shown to exit full screen mode.
* The [Fullscreen API](http://www.w3.org/TR/fullscreen/) is used to
* toggle the map in full screen mode.
*
*
* @constructor
* @extends {ol.control.Control}