diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-07-08 15:09:14 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-07-11 17:01:32 +0300 |
commit | 18c88301696de16037aaa2d3b9b31fdabc813696 (patch) | |
tree | 4f1db470cf3a91319493455fff3eb0ddcf86aad2 /platform/qt/include/qmapboxgl.hpp | |
parent | b59070590b71a4a433bbffbada7019bc2a3ef550 (diff) | |
download | qtlocation-mapboxgl-18c88301696de16037aaa2d3b9b31fdabc813696.tar.gz |
[Qt] Added set style filter method
Diffstat (limited to 'platform/qt/include/qmapboxgl.hpp')
-rw-r--r-- | platform/qt/include/qmapboxgl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/qt/include/qmapboxgl.hpp b/platform/qt/include/qmapboxgl.hpp index ad1f5e702c..1caee09be5 100644 --- a/platform/qt/include/qmapboxgl.hpp +++ b/platform/qt/include/qmapboxgl.hpp @@ -207,6 +207,8 @@ public: char* before = NULL); void removeCustomLayer(const QString& id); + void setFilter(const QString &layer, const QVariant &filter); + public slots: void render(); void connectionEstablished(); |