From 5a752061fe9d84588d4bd70a37d1c3a861eaa206 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Fri, 9 Aug 2019 17:51:26 +0300 Subject: [core] Enable two-component text radial offset --- include/mbgl/style/layers/symbol_layer.hpp | 6 +++--- 1 file changed, 3 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 2493df6046..ee0c91fd14 100644 --- a/include/mbgl/style/layers/symbol_layer.hpp +++ b/include/mbgl/style/layers/symbol_layer.hpp @@ -162,9 +162,9 @@ public: const PropertyValue& getTextPitchAlignment() const; void setTextPitchAlignment(const PropertyValue&); - static PropertyValue getDefaultTextRadialOffset(); - const PropertyValue& getTextRadialOffset() const; - void setTextRadialOffset(const PropertyValue&); + static PropertyValue getDefaultTextRadialOffset(); + const PropertyValue& getTextRadialOffset() const; + void setTextRadialOffset(const PropertyValue&); static PropertyValue getDefaultTextRotate(); const PropertyValue& getTextRotate() const; -- cgit v1.2.1