diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-02-27 19:58:35 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-03-04 14:45:32 +0200 |
commit | 21a39306da56c5d2c88447ba5ea053a7f989480a (patch) | |
tree | 7b932a7bb81c2de64546ef52bd72feb5aa4317c7 /include/mbgl | |
parent | f5f10ec11989ccb403c2cd4261db74c44b263558 (diff) | |
download | qtlocation-mapboxgl-21a39306da56c5d2c88447ba5ea053a7f989480a.tar.gz |
[core] Remove map pitch setters/getters
Diffstat (limited to 'include/mbgl')
-rw-r--r-- | include/mbgl/map/map.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index b05747df8d..5674902fe9 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -107,11 +107,6 @@ public: void resetNorth(const AnimationOptions& = {{mbgl::Milliseconds(500)}}); void resetNorth(const EdgeInsets&, const AnimationOptions& = {{mbgl::Milliseconds(500)}}); - // Pitch - void setPitch(double pitch, const AnimationOptions& = {}); - void setPitch(double pitch, optional<ScreenCoordinate>, const AnimationOptions& = {}); - double getPitch() const; - // North Orientation void setNorthOrientation(NorthOrientation); NorthOrientation getNorthOrientation() const; |