summaryrefslogtreecommitdiff
path: root/src/mbgl/map/transform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/transform.hpp')
-rw-r--r--src/mbgl/map/transform.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/transform.hpp b/src/mbgl/map/transform.hpp
index ffeff3859c..8fdfb333f3 100644
--- a/src/mbgl/map/transform.hpp
+++ b/src/mbgl/map/transform.hpp
@@ -32,7 +32,7 @@ public:
CameraOptions getCameraOptions(const EdgeInsets&) const;
/** Instantaneously, synchronously applies the given camera options. */
- void jumpTo(const CameraOptions&);
+ void jumpTo(const CameraOptions&, const AnimationOptions& = {});
/** Asynchronously transitions all specified camera options linearly along
an optional time curve. However, center coordinate is not transitioned
linearly as, instead, ground speed is kept linear.*/