From 491fce68790e05cd0a876815751dc5cb72a2761e Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Wed, 27 Feb 2019 19:58:20 +0200 Subject: [core] Added Map::pitchBy() --- include/mbgl/map/map.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/mbgl') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 35821457fa..06772f2cd2 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -90,6 +90,9 @@ public: void setLatLngZoom(const LatLng&, double zoom, const EdgeInsets&, const AnimationOptions& = {}); void resetZoom(); + // Pitch + void pitchBy(double pitch, const AnimationOptions& animation = {}); + // Bounds void setLatLngBounds(optional); optional getLatLngBounds() const; -- cgit v1.2.1