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