diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/MapBizView.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/MapBizView.kt index 582b570fe5..752d4a8afd 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/MapBizView.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/MapBizView.kt @@ -59,7 +59,7 @@ class MapBizView(context: Context?, attrs: AttributeSet?) : MogoMapView(context, //设置拖拽手势是否可用。 it.setScrollGesturesEnabled(true) //设置倾斜手势是否可用。 - it.setTiltGesturesEnabled(true) + it.setTiltGesturesEnabled(false) //设置双指缩放手势是否可用。 it.setZoomGesturesEnabled(false) }