summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map/map.hpp')
-rw-r--r--include/mbgl/map/map.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 70807f126f..9661bcc7bc 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -86,6 +86,10 @@ public:
// Transition
void cancelTransitions();
void setGestureInProgress(bool);
+ bool isGestureInProgress() const;
+ bool isRotating() const;
+ bool isScaling() const;
+ bool isPanning() const;
// Camera
void jumpTo(CameraOptions options);