Add @api stable annotations for ol.control.Zoom
This commit is contained in:
+1
-1
@@ -1038,7 +1038,7 @@ olx.control.RotateOptions.prototype.target;
|
|||||||
* zoomOutTipLabel: (string|undefined),
|
* zoomOutTipLabel: (string|undefined),
|
||||||
* delta: (number|undefined),
|
* delta: (number|undefined),
|
||||||
* target: (Element|undefined)}}
|
* target: (Element|undefined)}}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.control.ZoomOptions;
|
olx.control.ZoomOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ goog.require('ol.pointer.PointerEventHandler');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.control.Control}
|
* @extends {ol.control.Control}
|
||||||
* @param {olx.control.ZoomOptions=} opt_options Zoom options.
|
* @param {olx.control.ZoomOptions=} opt_options Zoom options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.control.Zoom = function(opt_options) {
|
ol.control.Zoom = function(opt_options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user