summaryrefslogtreecommitdiff
path: root/include/mbgl/layer/circle_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/layer/circle_layer.hpp')
-rw-r--r--include/mbgl/layer/circle_layer.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mbgl/layer/circle_layer.hpp b/include/mbgl/layer/circle_layer.hpp
index 28e5c2fa7a..81f84d36a8 100644
--- a/include/mbgl/layer/circle_layer.hpp
+++ b/include/mbgl/layer/circle_layer.hpp
@@ -3,6 +3,7 @@
#pragma once
#include <mbgl/style/layer.hpp>
+#include <mbgl/style/filter.hpp>
#include <mbgl/style/property_value.hpp>
namespace mbgl {
@@ -18,6 +19,9 @@ public:
const std::string& getSourceID() const;
const std::string& getSourceLayer() const;
+ void setFilter(const Filter&);
+ const Filter& getFilter() const;
+
// Paint properties
PropertyValue<float> getCircleRadius() const;