[6.2.0] close the all gesture of map control

This commit is contained in:
zhongchao
2023-11-23 15:14:13 +08:00
parent c4e31480c0
commit 0dfd327927
2 changed files with 1 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ object ConfigStartUp {
}
val mapParams = MapParams.init()
mapParams.setDebugMode(true)
mapParams.setDebugMode(false)
// 1-使用本地地图数据0-使用在线地图数据
// .setDataFileSource(1)
.setIsRecordLogs(false)