summaryrefslogtreecommitdiff
path: root/platform/android/src/style/layers/layer.hpp
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-09-03 15:43:12 +0200
committerTobrun <tobrun@mapbox.com>2018-09-04 15:16:18 +0200
commit42aaf3e346c583cbfd68e0f379a705a41af5238f (patch)
treef2fc2938f6385fed8756fa1ba6d9c0983784c71b /platform/android/src/style/layers/layer.hpp
parent18b43f29cfd7d2a4b316854e910ddf8adaf00fcb (diff)
downloadqtlocation-mapboxgl-42aaf3e346c583cbfd68e0f379a705a41af5238f.tar.gz
[android] - add get source id to supported layer types
Diffstat (limited to 'platform/android/src/style/layers/layer.hpp')
-rw-r--r--platform/android/src/style/layers/layer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/src/style/layers/layer.hpp b/platform/android/src/style/layers/layer.hpp
index 2486b0dfa6..41022bf74a 100644
--- a/platform/android/src/style/layers/layer.hpp
+++ b/platform/android/src/style/layers/layer.hpp
@@ -49,6 +49,8 @@ public:
jni::String getId(jni::JNIEnv&);
+ jni::String getSourceId(jni::JNIEnv&);
+
style::Layer& get();
void setLayoutProperty(jni::JNIEnv&, jni::String, jni::Object<> value);