在我的应用程序中使用谷歌地图版本2只需运行它显示地图的项目和地图中的空白区域。我附上了屏幕截图以及如何将缩放控制按钮重新定位到右上角或左上角。我是谷歌新版谷歌版2.可以任何人知道请帮助解决这个问题。
我的XML编码
<fragment
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.MapFragment" />
屏幕截图
答案 0 :(得分:1)
回答第二个问题how to reposition the zoom control button to top right or left corner
Two options explained in this previous post:1,访问用于显示标准缩放按钮的视图,然后调整其位置2,禁用标准按钮并在所需位置添加自己的自定义按钮