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