summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.hpp
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-05-26 16:04:09 +0200
committerGitHub <noreply@github.com>2017-05-26 16:04:09 +0200
commit5716bd3aecc777813161292e104ac9ceba3f230a (patch)
treed9a791ddbb1821e90fe7efcd1578dea0402af07a /platform/android/src/native_map_view.hpp
parentc392c678ab4ea560cefca59d14b215e2d4c79ecb (diff)
downloadqtlocation-mapboxgl-5716bd3aecc777813161292e104ac9ceba3f230a.tar.gz
[android] - add binding support for Light (#9013)
Diffstat (limited to 'platform/android/src/native_map_view.hpp')
-rwxr-xr-xplatform/android/src/native_map_view.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/android/src/native_map_view.hpp b/platform/android/src/native_map_view.hpp
index e5fcb9badd..df43ad08b7 100755
--- a/platform/android/src/native_map_view.hpp
+++ b/platform/android/src/native_map_view.hpp
@@ -24,6 +24,7 @@
#include "style/sources/sources.hpp"
#include "geometry/lat_lng_bounds.hpp"
#include "map/camera_position.hpp"
+#include "style/light.hpp"
#include <exception>
#include <string>
@@ -230,6 +231,8 @@ public:
jni::jfloat, jni::Array<jni::String>,
jni::Array<jni::Object<>> jfilter);
+ jni::Object<Light> getLight(JNIEnv&);
+
jni::Array<jni::Object<Layer>> getLayers(JNIEnv&);
jni::Object<Layer> getLayer(JNIEnv&, jni::String);