summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/geojson_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/sources/geojson_source.hpp')
-rw-r--r--platform/android/src/style/sources/geojson_source.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/android/src/style/sources/geojson_source.hpp b/platform/android/src/style/sources/geojson_source.hpp
index b9c360c67c..513d1fc09a 100644
--- a/platform/android/src/style/sources/geojson_source.hpp
+++ b/platform/android/src/style/sources/geojson_source.hpp
@@ -58,6 +58,12 @@ public:
jni::Array<jni::Object<geojson::Feature>> querySourceFeatures(jni::JNIEnv&,
jni::Array<jni::Object<>> jfilter);
+ jni::Array<jni::Object<geojson::Feature>> getChildren(jni::JNIEnv&, jni::jlong);
+
+ jni::Array<jni::Object<geojson::Feature>> getLeaves(jni::JNIEnv&, jni::jlong, jni::jlong, jni::jlong);
+
+ jni::jdouble getClusterExpansionZoom(jni::JNIEnv&, jni::jlong);
+
private:
jni::Object<Source> createJavaPeer(jni::JNIEnv&);
std::unique_ptr<Update> awaitingUpdate;