From 054433a6fe9e889a774381ec224dc40afddd241b Mon Sep 17 00:00:00 2001 From: Brad Leege Date: Thu, 17 Dec 2015 15:39:20 -0600 Subject: [PATCH] [android] #3244 - Adding to CameraOptions.angle definition --- include/mbgl/map/camera.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbgl/map/camera.hpp b/include/mbgl/map/camera.hpp index 16e43aa6efc..184ee87464b 100644 --- a/include/mbgl/map/camera.hpp +++ b/include/mbgl/map/camera.hpp @@ -14,7 +14,7 @@ namespace mbgl { struct CameraOptions { mapbox::util::optional center; // Map center (Degrees) mapbox::util::optional zoom; // Map zoom level Positive Numbers > 0 and < 18 - mapbox::util::optional angle; // Map rotation bearing (Radians) + mapbox::util::optional angle; // Map rotation bearing in Radians counter-clockwise from north. The value is wrapped to [−π rad, π rad] mapbox::util::optional pitch; // Map angle in degrees at which the camera is looking to ground (Radians) mapbox::util::optional duration; // Animation time length (Nanoseconds) mapbox::util::optional speed;