Add @api stable annotations for ol.source.OSM
This commit is contained in:
@@ -3878,7 +3878,7 @@ olx.source.TileDebugOptions.prototype.tileGrid;
|
|||||||
* maxZoom: (number|undefined),
|
* maxZoom: (number|undefined),
|
||||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||||
* url: (string|undefined)}}
|
* url: (string|undefined)}}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.OSMOptions;
|
olx.source.OSMOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ goog.require('ol.source.XYZ');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.XYZ}
|
* @extends {ol.source.XYZ}
|
||||||
* @param {olx.source.OSMOptions=} opt_options Open Street Map options.
|
* @param {olx.source.OSMOptions=} opt_options Open Street Map options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.source.OSM = function(opt_options) {
|
ol.source.OSM = function(opt_options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user