Add @api stable annotations for ol.control.ZoomSlider
This commit is contained in:
@@ -1103,7 +1103,7 @@ olx.control.ZoomOptions.prototype.target;
|
||||
* @typedef {{className: (string|undefined),
|
||||
* maxResolution: (number|undefined),
|
||||
* minResolution: (number|undefined)}}
|
||||
* @api
|
||||
* @api stable
|
||||
*/
|
||||
olx.control.ZoomSliderOptions;
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ goog.require('ol.easing');
|
||||
* @constructor
|
||||
* @extends {ol.control.Control}
|
||||
* @param {olx.control.ZoomSliderOptions=} opt_options Zoom slider options.
|
||||
* @api
|
||||
* @api stable
|
||||
*/
|
||||
ol.control.ZoomSlider = function(opt_options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user