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