summaryrefslogtreecommitdiff
path: root/platform/android/src/annotation/polyline.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/annotation/polyline.hpp')
-rw-r--r--platform/android/src/annotation/polyline.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/platform/android/src/annotation/polyline.hpp b/platform/android/src/annotation/polyline.hpp
deleted file mode 100644
index 6178e98cfc..0000000000
--- a/platform/android/src/annotation/polyline.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#include <mbgl/annotation/annotation.hpp>
-
-#include "multi_point.hpp"
-
-namespace mbgl {
-namespace android {
-
-class Polyline : private MultiPoint {
-public:
- static constexpr auto Name() { return "com/mapbox/mapboxsdk/annotations/Polyline"; };
-
- static mbgl::LineAnnotation toAnnotation(jni::JNIEnv&, const jni::Object<Polyline>&);
-
- static void registerNative(jni::JNIEnv&);
-};
-
-
-} // namespace android
-} // namespace mbgl \ No newline at end of file