配置自研地图刷新率

This commit is contained in:
董宏宇
2021-04-27 16:24:23 +08:00
parent e7e9fa5bcf
commit 4ad0126779

View File

@@ -1066,6 +1066,7 @@ 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();
}