summaryrefslogtreecommitdiff
path: root/platform/android/src/geometry/lat_lng_bounds.hpp
diff options
context:
space:
mode:
authorIgor Tarasov <igor.tarasov@mapbox.com>2020-04-02 18:36:55 +0300
committerGitHub <noreply@github.com>2020-04-02 18:36:55 +0300
commit338cfd1b33dfe26b9402d79cc64609b944a9f1d1 (patch)
tree2db5f73682b226ad64489742596acee9337c0538 /platform/android/src/geometry/lat_lng_bounds.hpp
parentb7728d222cbcdb3e522fc3e482e69101b0b95481 (diff)
downloadqtlocation-mapboxgl-338cfd1b33dfe26b9402d79cc64609b944a9f1d1.tar.gz
[android] [build] [ci] Move Android JNI bindings code to mapbox-gl-native-android repo. (#16356)
Diffstat (limited to 'platform/android/src/geometry/lat_lng_bounds.hpp')
-rw-r--r--platform/android/src/geometry/lat_lng_bounds.hpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/platform/android/src/geometry/lat_lng_bounds.hpp b/platform/android/src/geometry/lat_lng_bounds.hpp
deleted file mode 100644
index d51026711d..0000000000
--- a/platform/android/src/geometry/lat_lng_bounds.hpp
+++ /dev/null
@@ -1,26 +0,0 @@
-#pragma once
-
-#include <mbgl/util/noncopyable.hpp>
-#include <mbgl/util/geo.hpp>
-#include <mbgl/util/geometry.hpp>
-
-#include <jni/jni.hpp>
-
-namespace mbgl {
-namespace android {
-
-class LatLngBounds : private mbgl::util::noncopyable {
-public:
-
- static constexpr auto Name() { return "com/mapbox/mapboxsdk/geometry/LatLngBounds"; };
-
- static jni::Local<jni::Object<LatLngBounds>> New(jni::JNIEnv&, mbgl::LatLngBounds);
-
- static mbgl::LatLngBounds getLatLngBounds(jni::JNIEnv&, const jni::Object<LatLngBounds>&);
-
- static void registerNative(jni::JNIEnv&);
-};
-
-
-} // namespace android
-} // namespace mbgl \ No newline at end of file