[6.2.0] close the all gesture of map control
This commit is contained in:
@@ -129,7 +129,7 @@ object ConfigStartUp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val mapParams = MapParams.init()
|
val mapParams = MapParams.init()
|
||||||
mapParams.setDebugMode(true)
|
mapParams.setDebugMode(false)
|
||||||
// 1-使用本地地图数据,0-使用在线地图数据
|
// 1-使用本地地图数据,0-使用在线地图数据
|
||||||
// .setDataFileSource(1)
|
// .setDataFileSource(1)
|
||||||
.setIsRecordLogs(false)
|
.setIsRecordLogs(false)
|
||||||
|
|||||||
@@ -44,8 +44,6 @@ class MapBizView(context: Context?, attrs: AttributeSet?) : MogoMapView(context,
|
|||||||
|
|
||||||
private fun initMapView() {
|
private fun initMapView() {
|
||||||
map?.uiSettings?.let {
|
map?.uiSettings?.let {
|
||||||
//设置所有手势是否可用
|
|
||||||
it.setAllGesturesEnabled(true)
|
|
||||||
//设置指南针是否可见。
|
//设置指南针是否可见。
|
||||||
it.setCompassEnabled(false)
|
it.setCompassEnabled(false)
|
||||||
//设置室内地图楼层切换控件是否可见。
|
//设置室内地图楼层切换控件是否可见。
|
||||||
|
|||||||
Reference in New Issue
Block a user