底页不适用于谷歌地图

Posted

技术标签:

【中文标题】底页不适用于谷歌地图【英文标题】:Bottom sheet not working with google map 【发布时间】:2018-07-18 13:14:11 【问题描述】:

当我尝试通过交换关闭此 BottomSheet 时,地图正在移动

<android.support.design.widget.CoordinatorLayout 
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_
android:layout_
tools:context=".MapsActivity">

<fragment
    android:id="@+id/map"
    android:name="com.google.android.gms.maps.SupportMapFragment"
    android:layout_
    android:layout_
    android:layout_marginBottom="40dp" />

<LinearLayout
    android:id="@+id/bottom_sheet"
    android:layout_
    android:layout_
    android:background="#FFFFFF"
    android:orientation="vertical"
    app:behavior_hideable="false"
    app:behavior_peekHeight="40dp"
    app:layout_behavior="android.support.design.widget.BottomSheetBehavior">

    <TextView
        android:layout_
        android:layout_
        android:background="@color/colorAccent"
        android:gravity="center"
        android:textColor="@android:color/white" />

    <TextView
        android:layout_
        android:layout_
        android:gravity="center"
        android:textColor="@android:color/white" />

</LinearLayout>

我必须做什么?我想要谷歌地图。 我尝试设置 OnclickListener,但我只能在底部使用 BottomSheet。

protected void onCreate(Bundle savedInstanceState) 
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_maps);
    SupportMapFragment mapFragment = (SupportMapFragment) getSupportFragmentManager()
            .findFragmentById(R.id.map);
    mapFragment.getMapAsync(this);

这是 onCreate()

【问题讨论】:

显示你的java代码 @Riddhi 我做到了 尝试点击此链接:***.com/a/35793897/3342570 或此codingmountain.com/… BottomSheets 的代码在哪里? @Riddhi codingmountian 有最糟糕的广告。很烂 【参考方案1】:

看起来类似于my answer here

尝试将nestedScrollingEnabled="true" 添加到底部工作表布局中:

 <androidx.constraintlayout.widget.ConstraintLayout
    android:id="@+id/bottom_sheet"
    android:layout_
    android:layout_
    android:nestedScrollingEnabled="true"
    app:behavior_hideable="true"
    app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">

【讨论】:

以上是关于底页不适用于谷歌地图的主要内容,如果未能解决你的问题,请参考以下文章

Android 模拟位置不适用于谷歌地图

谷歌地图标记聚类不适用于缩小

用于 clusterItems 的 Android 谷歌地图 markerClickListener

谷歌地图不适用于 jquery 移动框架

谷歌地图不适用于 ionic cordova run android

谷歌地图以Ionic 2中的模态显示