修复闪烁问题,升级地图2.3.0.8

This commit is contained in:
xuxinchao
2022-06-29 19:57:09 +08:00
parent ee70ba85de
commit 42722a637c
3 changed files with 4 additions and 6 deletions

View File

@@ -113,8 +113,7 @@ public class AMapWrapper implements IMogoMap {
}
markerOptionsArrayList.add(markerOptions);
}
MarkerHelper.INSTANCE.updateBatchMarkerPositon(markerOptionsArrayList,false,8.0f,0,100);
MarkerHelper.INSTANCE.updateBatchMarkerPositon(markerOptionsArrayList,false,8.0f,0,100,0);
}
@Override