summaryrefslogtreecommitdiff
path: root/include/mbgl/map/camera.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map/camera.hpp')
-rw-r--r--include/mbgl/map/camera.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/mbgl/map/camera.hpp b/include/mbgl/map/camera.hpp
index 53b5b590b1..33722a0018 100644
--- a/include/mbgl/map/camera.hpp
+++ b/include/mbgl/map/camera.hpp
@@ -27,11 +27,10 @@ struct CameraOptions {
levels. */
optional<double> zoom;
- /** Bearing, measured in radians counterclockwise from true north. Wrapped
- to [−π rad, π rad). */
+ /** Bearing, measured in degrees from true north. Wrapped to [0, 360). */
optional<double> angle;
- /** Pitch toward the horizon measured in radians, with 0 rad resulting in a
+ /** Pitch toward the horizon measured in degrees , with 0 deg resulting in a
two-dimensional map. */
optional<double> pitch;
};