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),
|
* @typedef {{crossOrigin: (null|string|undefined),
|
||||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||||
* url: string}}
|
* url: string}}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.TileJSONOptions;
|
olx.source.TileJSONOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ goog.require('ol.tilegrid.XYZ');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.TileImage}
|
* @extends {ol.source.TileImage}
|
||||||
* @param {olx.source.TileJSONOptions} options TileJSON options.
|
* @param {olx.source.TileJSONOptions} options TileJSON options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.source.TileJSON = function(options) {
|
ol.source.TileJSON = function(options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user