summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.hpp
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-06-13 10:50:16 +0300
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-07-18 10:45:12 +0200
commit39a732d7ae3cb1b927d94c4b1154b42d9565356a (patch)
tree5f33317467cb3dbdf19be3a8264818ff34f859eb /platform/android/src/native_map_view.hpp
parent57351c068b133ed140ac7b991181672019fe5c24 (diff)
downloadqtlocation-mapboxgl-39a732d7ae3cb1b927d94c4b1154b42d9565356a.tar.gz
[android][glfw][ios][macos][node][qt] split backend from mapobserver
Diffstat (limited to 'platform/android/src/native_map_view.hpp')
-rwxr-xr-xplatform/android/src/native_map_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/native_map_view.hpp b/platform/android/src/native_map_view.hpp
index 393a2c913f..ed752f94ab 100755
--- a/platform/android/src/native_map_view.hpp
+++ b/platform/android/src/native_map_view.hpp
@@ -36,7 +36,7 @@
namespace mbgl {
namespace android {
-class NativeMapView : public View, public Backend {
+class NativeMapView : public View, public Backend, public MapObserver {
public:
static constexpr auto Name() { return "com/mapbox/mapboxsdk/maps/NativeMapView"; };