Add @api stable annotations for ol.source.Tile
This commit is contained in:
@@ -165,7 +165,7 @@ ol.source.Tile.prototype.getTile = goog.abstractMethod;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {ol.tilegrid.TileGrid} Tile grid.
|
* @return {ol.tilegrid.TileGrid} Tile grid.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.source.Tile.prototype.getTileGrid = function() {
|
ol.source.Tile.prototype.getTileGrid = function() {
|
||||||
return this.tileGrid;
|
return this.tileGrid;
|
||||||
|
|||||||
Reference in New Issue
Block a user