在此处输入图像描述如何在此地图中放置图像和文本将自动完成片段放置在 xml 文件中
This is my xml code
<android.support.v7.widget.CardView
android:layout_marginTop="60dp"
android:layout_height="50dp"
android:layout_width="match_parent"
android:id="@+id/cardView">
<fragment android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/place_autocomplete_fragment"
android:name="com.google.android.gms.location.places.ui.PlaceAutocompleteFragment" />
</android.support.v7.widget.CardView>