Merge pull request #3483 from tsauerwein/rotation-docs
Clarify view.setRotation docs
This commit is contained in:
+2
-2
@@ -353,7 +353,7 @@ ol.View.prototype.getResolutionForValueFunction = function(opt_power) {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {number} The rotation of the view.
|
* @return {number} The rotation of the view in radians.
|
||||||
* @observable
|
* @observable
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
@@ -632,7 +632,7 @@ goog.exportProperty(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the rotation for this view.
|
* Set the rotation for this view.
|
||||||
* @param {number} rotation The rotation of the view.
|
* @param {number} rotation The rotation of the view in radians.
|
||||||
* @observable
|
* @observable
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user