From b911d740d8482432242a3bb6a0189d7cc62a57ae Mon Sep 17 00:00:00 2001 From: tsauerwein Date: Sat, 4 Apr 2015 09:41:29 +0200 Subject: [PATCH] Clarify rotation docs --- src/ol/view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */