[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

@@ -23,7 +23,7 @@ class AiCloudIdentifyDataManager : IMogoMapListener {
companion object {
private const val TAG = "AiCloudIdentifyData"
var START_METRE = 140
var START_METRE = 150
var END_METRE = 2000
@JvmStatic

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 {