diff --git a/src/ol/view.js b/src/ol/view.js index d47bb11b28..d6f0da2984 100644 --- a/src/ol/view.js +++ b/src/ol/view.js @@ -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 * @api stable */ @@ -632,7 +632,7 @@ goog.exportProperty( /** * 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 * @api stable */