From 188fd1b5f835d507f1b9116a686bfc1ed901e814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Mon, 19 Jul 2021 17:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=BD=93=E5=89=8D=E8=BD=A6?= =?UTF-8?q?=E6=A8=A1=E4=B8=8A=E7=9A=84=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mogo/map/impl/custom/AMapViewWrapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/AMapViewWrapper.java b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/AMapViewWrapper.java index c476080240..9b3218ee19 100644 --- a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/AMapViewWrapper.java +++ b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/AMapViewWrapper.java @@ -818,7 +818,7 @@ public class AMapViewWrapper implements IMogoMapView, // }, 6_000L); } - showSelfSpeed(location.getSpeed()); + //showSelfSpeed(location.getSpeed()); } private int mDrawlevel;