summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2019-02-28 12:27:12 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-04 14:45:32 +0200
commit73ac3c784fe755650dc631e2e722a47890981248 (patch)
treea31ef2c1473964af7641a5fc341b65fd840bf6a8 /include
parent21a39306da56c5d2c88447ba5ea053a7f989480a (diff)
downloadqtlocation-mapboxgl-73ac3c784fe755650dc631e2e722a47890981248.tar.gz
[core] Remove map bearing setters/getters
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 5674902fe9..dfb1164cc0 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -100,12 +100,6 @@ public:
// Rotation
void rotateBy(const ScreenCoordinate& first, const ScreenCoordinate& second, const AnimationOptions& = {});
- void setBearing(double degrees, const AnimationOptions& = {});
- void setBearing(double degrees, optional<ScreenCoordinate>, const AnimationOptions& = {});
- void setBearing(double degrees, const EdgeInsets&, const AnimationOptions& = {});
- double getBearing() const;
- void resetNorth(const AnimationOptions& = {{mbgl::Milliseconds(500)}});
- void resetNorth(const EdgeInsets&, const AnimationOptions& = {{mbgl::Milliseconds(500)}});
// North Orientation
void setNorthOrientation(NorthOrientation);