From 44b45adb58c3477964268e9950d825c7ee930d4a Mon Sep 17 00:00:00 2001 From: donghongyu Date: Mon, 20 Dec 2021 15:45:32 +0800 Subject: [PATCH] =?UTF-8?q?[Delete]=20=E5=85=B3=E9=97=AD=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: donghongyu --- .../main/java/com/mogo/map/impl/custom/CustomMapApiBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/CustomMapApiBuilder.java b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/CustomMapApiBuilder.java index 0795d47e80..577f0595fb 100644 --- a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/CustomMapApiBuilder.java +++ b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/CustomMapApiBuilder.java @@ -86,7 +86,7 @@ public class CustomMapApiBuilder implements IMogoMapApiBuilder { NavAutoApi.INSTANCE.init(context, mapParams, NavParams.Companion.init()); MapAutoView mapAutoView = new MapAutoView(context); - mapAutoView.registerRenderListener(l -> Log.i(TAG, "renderTime: " + l)); + //mapAutoView.registerRenderListener(l -> Log.i(TAG, "renderTime: " + l)); IMogoMapView mapView = new AMapViewWrapper(mapAutoView); return mapView; }