summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorAdam Hunter <adam@mapbox.com>2015-12-02 16:37:28 -0800
committerAdam Hunter <adam@mapbox.com>2015-12-09 17:14:22 -0800
commit095a8be3007c91a230996af2f566e0365cd7c4b9 (patch)
tree4ec64a3fbb145ca08bc51db5873e699348a3c9d2 /include/mbgl/map
parent896245e510d672eb4c1f8101ba5953c02ad8713c (diff)
downloadqtlocation-mapboxgl-095a8be3007c91a230996af2f566e0365cd7c4b9.tar.gz
Implementation of flyTo.
Diffstat (limited to 'include/mbgl/map')
-rw-r--r--include/mbgl/map/map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index a6a6b5dede..8057837546 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -100,6 +100,7 @@ public:
// Camera
void jumpTo(const CameraOptions&);
void easeTo(const CameraOptions&);
+ void flyTo(const CameraOptions&);
// Position
void moveBy(const PrecisionPoint&, const Duration& = Duration::zero());