Add @api stable annotations for ol.source.OSM

This commit is contained in:
Éric Lemoine
2014-08-18 18:12:37 +02:00
parent 69b99cb9ed
commit 823dc41cdf
2 changed files with 2 additions and 2 deletions

View File

@@ -3878,7 +3878,7 @@ olx.source.TileDebugOptions.prototype.tileGrid;
* maxZoom: (number|undefined),
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
* url: (string|undefined)}}
* @api
* @api stable
*/
olx.source.OSMOptions;

View File

@@ -13,7 +13,7 @@ goog.require('ol.source.XYZ');
* @constructor
* @extends {ol.source.XYZ}
* @param {olx.source.OSMOptions=} opt_options Open Street Map options.
* @api
* @api stable
*/
ol.source.OSM = function(opt_options) {