[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)

View File

@@ -44,8 +44,6 @@ class MapBizView(context: Context?, attrs: AttributeSet?) : MogoMapView(context,
private fun initMapView() {
map?.uiSettings?.let {
//设置所有手势是否可用
it.setAllGesturesEnabled(true)
//设置指南针是否可见。
it.setCompassEnabled(false)
//设置室内地图楼层切换控件是否可见。