Image and image tile docs

This commit is contained in:
Tim Schaub
2015-04-04 13:33:12 +02:00
parent 6c960215bb
commit 1174baa24e
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ goog.inherits(ol.Image, ol.ImageBase);
/** /**
* Get the HTML image element (may be a Canvas, Image, or Video).
* @param {Object=} opt_context Object. * @param {Object=} opt_context Object.
* @return {HTMLCanvasElement|Image|HTMLVideoElement} Image. * @return {HTMLCanvasElement|Image|HTMLVideoElement} Image.
* @api * @api
+2
View File
@@ -57,6 +57,7 @@ ol.Tile.prototype.changed = function() {
/** /**
* Get the HTML image element for this tile (may be a Canvas, Image, or Video).
* @function * @function
* @param {Object=} opt_context Object. * @param {Object=} opt_context Object.
* @return {HTMLCanvasElement|HTMLImageElement|HTMLVideoElement} Image. * @return {HTMLCanvasElement|HTMLImageElement|HTMLVideoElement} Image.
@@ -73,6 +74,7 @@ ol.Tile.prototype.getKey = function() {
/** /**
* Get the tile coordinate for this tile.
* @return {ol.TileCoord} * @return {ol.TileCoord}
* @api * @api
*/ */