Add @api stable annotations for olx.source.TileJSONOptions
This commit is contained in:
+3
-3
@@ -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 stable
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.source.TileJSONOptions;
|
olx.source.TileJSONOptions;
|
||||||
|
|
||||||
@@ -4473,7 +4473,7 @@ olx.source.TileJSONOptions;
|
|||||||
/**
|
/**
|
||||||
* crossOrigin setting for image requests.
|
* crossOrigin setting for image requests.
|
||||||
* @type {null|string|undefined}
|
* @type {null|string|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.TileJSONOptions.prototype.crossOrigin;
|
olx.source.TileJSONOptions.prototype.crossOrigin;
|
||||||
|
|
||||||
@@ -4489,7 +4489,7 @@ olx.source.TileJSONOptions.prototype.tileLoadFunction;
|
|||||||
/**
|
/**
|
||||||
* URL to the TileJSON file.
|
* URL to the TileJSON file.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.TileJSONOptions.prototype.url;
|
olx.source.TileJSONOptions.prototype.url;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user