Add @api stable annotations for olx.source.TileJSONOptions

This commit is contained in:
Éric Lemoine
2014-08-22 10:27:06 +02:00
parent 6724e1520f
commit 328f049d04
+3 -3
View File
@@ -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;