summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/map/map_snapshotter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/default/mbgl/map/map_snapshotter.hpp')
-rw-r--r--platform/default/mbgl/map/map_snapshotter.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/default/mbgl/map/map_snapshotter.hpp b/platform/default/mbgl/map/map_snapshotter.hpp
index a71da121c0..e0363a7b38 100644
--- a/platform/default/mbgl/map/map_snapshotter.hpp
+++ b/platform/default/mbgl/map/map_snapshotter.hpp
@@ -39,6 +39,9 @@ public:
void setStyleURL(const std::string& styleURL);
std::string getStyleURL() const;
+ void setStyleJSON(const std::string& styleJSON);
+ std::string getStyleJSON() const;
+
void setSize(const Size&);
Size getSize() const;