Add @api stable annotations for ol.control.Rotate
This commit is contained in:
@@ -982,7 +982,7 @@ olx.control.ScaleLineOptions.prototype.units;
|
||||
* tipLabel: (string|undefined),
|
||||
* target: (Element|undefined),
|
||||
* autoHide: (boolean|undefined)}}
|
||||
* @api
|
||||
* @api stable
|
||||
*/
|
||||
olx.control.RotateOptions;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ goog.require('ol.pointer.PointerEventHandler');
|
||||
* @constructor
|
||||
* @extends {ol.control.Control}
|
||||
* @param {olx.control.RotateOptions=} opt_options Rotate options.
|
||||
* @api
|
||||
* @api stable
|
||||
*/
|
||||
ol.control.Rotate = function(opt_options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user