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),
|
* @typedef {{className: (string|undefined),
|
||||||
* maxResolution: (number|undefined),
|
* maxResolution: (number|undefined),
|
||||||
* minResolution: (number|undefined)}}
|
* minResolution: (number|undefined)}}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.control.ZoomSliderOptions;
|
olx.control.ZoomSliderOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ goog.require('ol.easing');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.control.Control}
|
* @extends {ol.control.Control}
|
||||||
* @param {olx.control.ZoomSliderOptions=} opt_options Zoom slider options.
|
* @param {olx.control.ZoomSliderOptions=} opt_options Zoom slider options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.control.ZoomSlider = function(opt_options) {
|
ol.control.ZoomSlider = function(opt_options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user