summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/image_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/sources/image_source.hpp')
-rw-r--r--platform/android/src/style/sources/image_source.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/src/style/sources/image_source.hpp b/platform/android/src/style/sources/image_source.hpp
index f0af28d357..6021a03dc3 100644
--- a/platform/android/src/style/sources/image_source.hpp
+++ b/platform/android/src/style/sources/image_source.hpp
@@ -30,6 +30,8 @@ public:
void setImage(jni::JNIEnv&, jni::Object<Bitmap>);
+ void setCoordinates(jni::JNIEnv&, jni::Object<LatLngQuad>);
+
private:
jni::Object<Source> createJavaPeer(jni::JNIEnv&);