我是android studio中的新手,我在片段中使用谷歌地图片段。每次双击地图时我都需要在中心精确缩放。 在eclise中,我使用MApView并拦截双击,但我不知道我将在android studio中做什么。
这是我的地图片段。
<fragment
android:id="@+id/maptrip"
android:name="com.google.android.gms.maps.MapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
请任何人帮助我。 谢谢。