From c4fc89977bcba83ed5de87dcc8de1a68e8a31541 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Mon, 3 Apr 2017 18:37:03 +0300 Subject: [core] Added {set,get}{Min,Max}Pitch --- include/mbgl/map/map.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/mbgl/map') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 908beb6b29..74942e211d 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -117,6 +117,10 @@ public: double getMinZoom() const; void setMaxZoom(double); double getMaxZoom() const; + void setMinPitch(double); + double getMinPitch() const; + void setMaxPitch(double); + double getMaxPitch() const; // Rotation void rotateBy(const ScreenCoordinate& first, const ScreenCoordinate& second, const AnimationOptions& = {}); -- cgit v1.2.1