Add @api stable annotations for olx.source.OSMOptions

This commit is contained in:
Éric Lemoine
2014-08-22 10:25:03 +02:00
parent 580943e700
commit 6bbb699771
+4 -4
View File
@@ -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 stable * @api
*/ */
olx.source.OSMOptions; olx.source.OSMOptions;
@@ -3886,7 +3886,7 @@ olx.source.OSMOptions;
/** /**
* Attributions. * Attributions.
* @type {Array.<ol.Attribution>|undefined} * @type {Array.<ol.Attribution>|undefined}
* @api * @api stable
*/ */
olx.source.OSMOptions.prototype.attributions; olx.source.OSMOptions.prototype.attributions;
@@ -3894,7 +3894,7 @@ olx.source.OSMOptions.prototype.attributions;
/** /**
* crossOrigin setting for image requests. Default is `anonymous`. * crossOrigin setting for image requests. Default is `anonymous`.
* @type {null|string|undefined} * @type {null|string|undefined}
* @api * @api stable
*/ */
olx.source.OSMOptions.prototype.crossOrigin; olx.source.OSMOptions.prototype.crossOrigin;
@@ -3919,7 +3919,7 @@ olx.source.OSMOptions.prototype.tileLoadFunction;
* URL template. Must include `{x}`, `{y}` or `{-y}`, and `{z}` placeholders. * URL template. Must include `{x}`, `{y}` or `{-y}`, and `{z}` placeholders.
* Default is `//{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png`. * Default is `//{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png`.
* @type {string|undefined} * @type {string|undefined}
* @api * @api stable
*/ */
olx.source.OSMOptions.prototype.url; olx.source.OSMOptions.prototype.url;