summaryrefslogtreecommitdiff
path: root/platform/qt/include/qmapboxgl.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-07-07 19:16:57 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-07-11 17:01:32 +0300
commitabff8e42c1c0c4725def0e3bc0cb5e5a029bff21 (patch)
tree68842a06f4db94cd6c590fdb3208a728aa197236 /platform/qt/include/qmapboxgl.hpp
parent18c88301696de16037aaa2d3b9b31fdabc813696 (diff)
downloadqtlocation-mapboxgl-abff8e42c1c0c4725def0e3bc0cb5e5a029bff21.tar.gz
[Qt] Added add style layer method
Diffstat (limited to 'platform/qt/include/qmapboxgl.hpp')
-rw-r--r--platform/qt/include/qmapboxgl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/qt/include/qmapboxgl.hpp b/platform/qt/include/qmapboxgl.hpp
index 1caee09be5..e1dcbfff14 100644
--- a/platform/qt/include/qmapboxgl.hpp
+++ b/platform/qt/include/qmapboxgl.hpp
@@ -205,7 +205,8 @@ public:
QMapbox::CustomLayerDeinitializeFunction,
void* context,
char* before = NULL);
- void removeCustomLayer(const QString& id);
+ void addLayer(const QVariant &value);
+ void removeLayer(const QString &id);
void setFilter(const QString &layer, const QVariant &filter);