[2.13.2] update map version and roma fix

This commit is contained in:
zhongchao
2023-01-16 09:45:54 +08:00
parent c248d36377
commit e816ba9d0f
6 changed files with 20 additions and 9 deletions

View File

@@ -112,7 +112,7 @@ object MarkerManager {
elapsed += delta
}
Log.d(TAG, "--- checkTask --- 5 ---:delta:$delta, elapsed:${elapsed}")
if (elapsed >= 300) {
if (elapsed >= 200) {
var removeMarkerError = false
marker.markers?.forEach {
try {