summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map/map.hpp')
-rw-r--r--include/mbgl/map/map.hpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 55f2ab2895..1450b0b3ed 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -9,6 +9,7 @@
#include <mbgl/annotation/annotation.hpp>
#include <mbgl/map/camera.hpp>
#include <mbgl/util/geometry.hpp>
+#include <mbgl/map/projection_mode.hpp>
#include <cstdint>
#include <string>
@@ -101,13 +102,9 @@ public:
void setViewportMode(ViewportMode);
ViewportMode getViewportMode() const;
- // Projection mode
- void setAxonometric(bool);
- bool getAxonometric() const;
- void setXSkew(double ySkew);
- double getXSkew() const;
- void setYSkew(double ySkew);
- double getYSkew() const;
+ //Projection Mode
+ void setProjectionMode(const ProjectionMode&);
+ ProjectionMode getProjectionMode() const;
// Size
void setSize(Size);