[6.2.0]close the mapview gesture

This commit is contained in:
zhongchao
2023-11-20 12:05:14 +08:00
parent 090cc247b5
commit acef513226

View File

@@ -63,7 +63,7 @@ class MapBizView(context: Context?, attrs: AttributeSet?) : MogoMapView(context,
//设置缩放按钮是否可见。
it.setZoomControlsEnabled(false)
//设置双指缩放手势是否可用。
it.setZoomGesturesEnabled(true)
it.setZoomGesturesEnabled(false)
}
}