From c6e06132f830722d872ad20dfdd132814a167492 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Sun, 13 Dec 2020 11:21:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E6=89=BF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/module/small/map/SmallMapView.java | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/modules/mogo-module-smp/src/main/java/com/mogo/module/small/map/SmallMapView.java b/modules/mogo-module-smp/src/main/java/com/mogo/module/small/map/SmallMapView.java index c746db0896..b9b74f4ac5 100644 --- a/modules/mogo-module-smp/src/main/java/com/mogo/module/small/map/SmallMapView.java +++ b/modules/mogo-module-smp/src/main/java/com/mogo/module/small/map/SmallMapView.java @@ -28,20 +28,7 @@ public class SmallMapView extends MogoBaseMapView { } @Override - protected void addDleMaps() { - Log.d(TAG, "addDleMaps……"); - - } - - @Override - public void display2DMap(boolean invokeCreateAuto, boolean invokeResumeAuto) { - Log.d(TAG, "display2DMap……"); - - } - - @Override - public void displayVRMap(boolean invokeCreateAuto, boolean invokeResumeAuto) { - Log.d(TAG, "displayVRMap……"); + protected void addMapView( Context context ) { } }