summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/circle_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/layers/circle_layer.hpp')
-rw-r--r--include/mbgl/style/layers/circle_layer.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mbgl/style/layers/circle_layer.hpp b/include/mbgl/style/layers/circle_layer.hpp
index f0e9787caa..aac02121e1 100644
--- a/include/mbgl/style/layers/circle_layer.hpp
+++ b/include/mbgl/style/layers/circle_layer.hpp
@@ -19,6 +19,12 @@ public:
CircleLayer(const std::string& layerID, const std::string& sourceID);
~CircleLayer() final;
+ // Layout properties
+
+ static PropertyValue<float> getDefaultCircleSortKey();
+ const PropertyValue<float>& getCircleSortKey() const;
+ void setCircleSortKey(const PropertyValue<float>&);
+
// Paint properties
static PropertyValue<float> getDefaultCircleBlur();