summaryrefslogtreecommitdiff
path: root/platform/qt/include/qmapboxgl.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-07-07 16:10:29 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-07-11 17:01:32 +0300
commite9259fc03e998e892c92e965d264bca974174fea (patch)
treef90470b8a80e1c8f219045a0f3ba4e0b1bec77c7 /platform/qt/include/qmapboxgl.hpp
parent46df5d58f9f84bd66d643827eb8aa2ee1871a8db (diff)
downloadqtlocation-mapboxgl-e9259fc03e998e892c92e965d264bca974174fea.tar.gz
[Qt] Added set style layout properties method
Diffstat (limited to 'platform/qt/include/qmapboxgl.hpp')
-rw-r--r--platform/qt/include/qmapboxgl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/qt/include/qmapboxgl.hpp b/platform/qt/include/qmapboxgl.hpp
index 309aef1c77..121f1debb4 100644
--- a/platform/qt/include/qmapboxgl.hpp
+++ b/platform/qt/include/qmapboxgl.hpp
@@ -174,6 +174,8 @@ public:
void removeAnnotation(QMapbox::AnnotationID);
+ void setLayoutProperty(const QString &layer, const QString &property, const QVariant &value);
+
bool isRotating() const;
bool isScaling() const;
bool isPanning() const;