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(); }