Add @api stable annotations for ol.source.TileJSON
This commit is contained in:
+1
-1
@@ -4465,7 +4465,7 @@ olx.source.ServerVectorOptions.prototype.projection;
|
||||
* @typedef {{crossOrigin: (null|string|undefined),
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||
* url: string}}
|
||||
* @api
|
||||
* @api stable
|
||||
*/
|
||||
olx.source.TileJSONOptions;
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ goog.require('ol.tilegrid.XYZ');
|
||||
* @constructor
|
||||
* @extends {ol.source.TileImage}
|
||||
* @param {olx.source.TileJSONOptions} options TileJSON options.
|
||||
* @api
|
||||
* @api stable
|
||||
*/
|
||||
ol.source.TileJSON = function(options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user