From 41a9debcf97b5998a0a21ca4e1514644d0c5a340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Tue, 27 Apr 2021 16:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=87=AA=E7=A0=94=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E5=88=B7=E6=96=B0=E7=8E=87?= 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 ad9c5596c3..adf09b7815 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 @@ -128,6 +128,7 @@ public class AMapViewWrapper implements IMogoMapView, if (mMapView == null) { return; } + this.mMapView.getMapAutoViewHelper().setRenderFrequency(true,50); MapAutoViewHelper options = mMapView.getMapAutoViewHelper(); if (options != null) { options.setZoomGesturesEnabled(true); @@ -1066,7 +1067,6 @@ public class AMapViewWrapper implements IMogoMapView, try { mMapView.getMapAutoViewHelper().setZoomGesturesEnabled(zoomGestureEnable); mMapView.getMapAutoViewHelper().setMapStyle(MapAutoApi.MAP_STYLE_VR); - mMapView.getMapAutoViewHelper().setRenderFrequency(true,50); } catch (Exception e) { e.printStackTrace(); }