summaryrefslogtreecommitdiff
path: root/platform/android/src/geojson/feature_collection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/geojson/feature_collection.hpp')
-rw-r--r--platform/android/src/geojson/feature_collection.hpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/platform/android/src/geojson/feature_collection.hpp b/platform/android/src/geojson/feature_collection.hpp
deleted file mode 100644
index 66e92eacad..0000000000
--- a/platform/android/src/geojson/feature_collection.hpp
+++ /dev/null
@@ -1,26 +0,0 @@
-#pragma once
-
-#include "../java/util.hpp"
-
-#include <mbgl/util/geojson.hpp>
-
-#include <jni/jni.hpp>
-
-namespace mbgl {
-namespace android {
-namespace geojson {
-
-class FeatureCollection {
-public:
- static constexpr auto Name() { return "com/mapbox/geojson/FeatureCollection"; };
-
- static mbgl::FeatureCollection convert(jni::JNIEnv&, const jni::Object<FeatureCollection>&);
-
- static jni::Local<jni::Object<java::util::List>> features(jni::JNIEnv&, const jni::Object<FeatureCollection>&);
-
- static void registerNative(jni::JNIEnv&);
-};
-
-} // namespace geojson
-} // namespace android
-} // namespace mbgl \ No newline at end of file