summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/fill_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/layers/fill_layer.hpp')
-rw-r--r--include/mbgl/style/layers/fill_layer.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mbgl/style/layers/fill_layer.hpp b/include/mbgl/style/layers/fill_layer.hpp
index d5249c2696..17dd66859c 100644
--- a/include/mbgl/style/layers/fill_layer.hpp
+++ b/include/mbgl/style/layers/fill_layer.hpp
@@ -25,6 +25,12 @@ public:
StyleProperty getProperty(const std::string& name) const final;
+ // Layout properties
+
+ static PropertyValue<float> getDefaultFillSortKey();
+ const PropertyValue<float>& getFillSortKey() const;
+ void setFillSortKey(const PropertyValue<float>&);
+
// Paint properties
static PropertyValue<bool> getDefaultFillAntialias();