gpt4 book ai didi

android - 如何通过布局禁用谷歌地图触摸事件? (安卓)

转载 作者:太空宇宙 更新时间:2023-11-03 11:34:27 102 4
gpt4 key购买 nike

这是我的应用程序的屏幕截图

enter image description here

如果我触摸图例内容,我仍然可以通过图例布局移动 map 或单击标记。这是我的 XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

<fragment xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.MapsActivity" />

<LinearLayout
android:id="@+id/legend_popover"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
android:layout_margin="10dp"
android:background="@color/white"
android:orientation="vertical"
android:radius="7dp"
android:visibility="gone">
...

我不想禁用整个 map ,我只想禁用图例弹出窗口上的手势。谢谢@antonio 的回答

最佳答案

使用这个

mMapFragment.getView().setClickable(false);

关于android - 如何通过布局禁用谷歌地图触摸事件? (安卓),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36544719/

102 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com