From 11a87db42e8e3e6695f291db1bb7dac5b73ae2c8 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Mon, 18 Mar 2024 17:15:32 +0800 Subject: [PATCH] =?UTF-8?q?[6.3.0][Opt]=E9=9A=90=E8=97=8F=E9=AB=98?= =?UTF-8?q?=E5=BE=B7=E5=9C=B0=E5=9B=BE=E7=BC=A9=E6=94=BE=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/mogo/eagle/core/function/view/OverMapView.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt index fdc6dea1bc..82a3685578 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt @@ -506,6 +506,7 @@ class OverMapView @JvmOverloads constructor( uiSettings.isZoomControlsEnabled = false //所有手势 uiSettings.setAllGesturesEnabled(true) + uiSettings.isZoomControlsEnabled = false //隐藏指南针 uiSettings.isCompassEnabled = false //设置倾斜手势是否可用。