fix bug of map track to show and froze frame obj

This commit is contained in:
zhongchao
2022-06-30 16:19:34 +08:00
parent 70a8ea89c6
commit 9c033855af
6 changed files with 8 additions and 19 deletions

View File

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