summaryrefslogtreecommitdiff
path: root/include/mbgl/layer/line_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/layer/line_layer.hpp')
-rw-r--r--include/mbgl/layer/line_layer.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mbgl/layer/line_layer.hpp b/include/mbgl/layer/line_layer.hpp
index b438799116..aeec363281 100644
--- a/include/mbgl/layer/line_layer.hpp
+++ b/include/mbgl/layer/line_layer.hpp
@@ -3,6 +3,7 @@
#pragma once
#include <mbgl/style/layer.hpp>
+#include <mbgl/style/filter.hpp>
#include <mbgl/style/property_value.hpp>
#include <vector>
@@ -20,6 +21,9 @@ public:
const std::string& getSourceID() const;
const std::string& getSourceLayer() const;
+ void setFilter(const Filter&);
+ const Filter& getFilter() const;
+
// Layout properties
PropertyValue<LineCapType> getLineCap() const;