From be18e6a9bdf0b5cad38c4bab6fa391cff49d6dfd Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Wed, 23 Aug 2017 15:03:15 -0700 Subject: Implement icon-anchor property --- include/mbgl/style/layers/symbol_layer.hpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'include/mbgl/style/layers/symbol_layer.hpp') diff --git a/include/mbgl/style/layers/symbol_layer.hpp b/include/mbgl/style/layers/symbol_layer.hpp index 6e355c0057..2d5123573f 100644 --- a/include/mbgl/style/layers/symbol_layer.hpp +++ b/include/mbgl/style/layers/symbol_layer.hpp @@ -98,6 +98,10 @@ public: DataDrivenPropertyValue> getIconOffset() const; void setIconOffset(DataDrivenPropertyValue>); + static DataDrivenPropertyValue getDefaultIconAnchor(); + DataDrivenPropertyValue getIconAnchor() const; + void setIconAnchor(DataDrivenPropertyValue); + static PropertyValue getDefaultIconPitchAlignment(); PropertyValue getIconPitchAlignment() const; void setIconPitchAlignment(PropertyValue); @@ -138,9 +142,9 @@ public: DataDrivenPropertyValue getTextJustify() const; void setTextJustify(DataDrivenPropertyValue); - static DataDrivenPropertyValue getDefaultTextAnchor(); - DataDrivenPropertyValue getTextAnchor() const; - void setTextAnchor(DataDrivenPropertyValue); + static DataDrivenPropertyValue getDefaultTextAnchor(); + DataDrivenPropertyValue getTextAnchor() const; + void setTextAnchor(DataDrivenPropertyValue); static PropertyValue getDefaultTextMaxAngle(); PropertyValue getTextMaxAngle() const; -- cgit v1.2.1