Add @api stable annotations for ol.source.Zoomify
This commit is contained in:
@@ -5076,7 +5076,7 @@ olx.source.XYZOptions.prototype.wrapX;
|
||||
* url: !string,
|
||||
* tierSizeCalculation: (string|undefined),
|
||||
* size: ol.Size}}
|
||||
* @api
|
||||
* @api stable
|
||||
*/
|
||||
olx.source.ZoomifyOptions;
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ ol.source.ZoomifyTierSizeCalculation = {
|
||||
* @constructor
|
||||
* @extends {ol.source.TileImage}
|
||||
* @param {olx.source.ZoomifyOptions=} opt_options Options.
|
||||
* @api
|
||||
* @api stable
|
||||
*/
|
||||
ol.source.Zoomify = function(opt_options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user