summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/sources/source.hpp')
-rw-r--r--platform/android/src/style/sources/source.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/src/style/sources/source.hpp b/platform/android/src/style/sources/source.hpp
index 9a9d504d68..49fc50d754 100644
--- a/platform/android/src/style/sources/source.hpp
+++ b/platform/android/src/style/sources/source.hpp
@@ -45,6 +45,8 @@ public:
jni::String getId(jni::JNIEnv&);
+ jni::String getAttribution(jni::JNIEnv&);
+
protected:
// Release the owned view and return it
std::unique_ptr<mbgl::style::Source> releaseCoreSource();