Add @api stable annotations to olx.tilegrid.WMTSOptions
This commit is contained in:
+6
-6
@@ -5632,7 +5632,7 @@ olx.tilegrid.WMTSOptions;
|
|||||||
/**
|
/**
|
||||||
* Origin.
|
* Origin.
|
||||||
* @type {ol.Coordinate|undefined}
|
* @type {ol.Coordinate|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.tilegrid.WMTSOptions.prototype.origin;
|
olx.tilegrid.WMTSOptions.prototype.origin;
|
||||||
|
|
||||||
@@ -5640,7 +5640,7 @@ olx.tilegrid.WMTSOptions.prototype.origin;
|
|||||||
/**
|
/**
|
||||||
* Origins.
|
* Origins.
|
||||||
* @type {Array.<ol.Coordinate>|undefined}
|
* @type {Array.<ol.Coordinate>|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.tilegrid.WMTSOptions.prototype.origins;
|
olx.tilegrid.WMTSOptions.prototype.origins;
|
||||||
|
|
||||||
@@ -5648,7 +5648,7 @@ olx.tilegrid.WMTSOptions.prototype.origins;
|
|||||||
/**
|
/**
|
||||||
* Resolutions.
|
* Resolutions.
|
||||||
* @type {!Array.<number>}
|
* @type {!Array.<number>}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.tilegrid.WMTSOptions.prototype.resolutions;
|
olx.tilegrid.WMTSOptions.prototype.resolutions;
|
||||||
|
|
||||||
@@ -5656,7 +5656,7 @@ olx.tilegrid.WMTSOptions.prototype.resolutions;
|
|||||||
/**
|
/**
|
||||||
* matrix IDs.
|
* matrix IDs.
|
||||||
* @type {!Array.<string>}
|
* @type {!Array.<string>}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.tilegrid.WMTSOptions.prototype.matrixIds;
|
olx.tilegrid.WMTSOptions.prototype.matrixIds;
|
||||||
|
|
||||||
@@ -5664,7 +5664,7 @@ olx.tilegrid.WMTSOptions.prototype.matrixIds;
|
|||||||
/**
|
/**
|
||||||
* Tile size.
|
* Tile size.
|
||||||
* @type {number|undefined}
|
* @type {number|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.tilegrid.WMTSOptions.prototype.tileSize;
|
olx.tilegrid.WMTSOptions.prototype.tileSize;
|
||||||
|
|
||||||
@@ -5672,7 +5672,7 @@ olx.tilegrid.WMTSOptions.prototype.tileSize;
|
|||||||
/**
|
/**
|
||||||
* Tile sizes.
|
* Tile sizes.
|
||||||
* @type {Array.<number>|undefined}
|
* @type {Array.<number>|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.tilegrid.WMTSOptions.prototype.tileSizes;
|
olx.tilegrid.WMTSOptions.prototype.tileSizes;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user