summaryrefslogtreecommitdiff
path: root/platform/android/src/geojson/feature.hpp
diff options
context:
space:
mode:
authorIgor Tarasov <igor.tarasov@mapbox.com>2020-04-02 12:08:01 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-04-02 15:16:26 +0300
commit969a58b5d6f4173a431aad517874870e1c3838d7 (patch)
tree400ef6c7733c6c98fad9c45e7b16f77b3bba9528 /platform/android/src/geojson/feature.hpp
parentb7728d222cbcdb3e522fc3e482e69101b0b95481 (diff)
downloadqtlocation-mapboxgl-969a58b5d6f4173a431aad517874870e1c3838d7.tar.gz
[android] [build] [ci] Move Android JNI bindings code to mapbox-gl-native-android repo.upstream/tmpsantos-remove_android_specific_code
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