我使用這個XMLAndroid的谷歌地圖中設置的國家屬性
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.SupportMapFragment"
map:cameraBearing="112.5"
map:cameraTargetLat="34.8545"
map:cameraTargetLng="37.0261"
map:cameraTilt="30"
map:cameraZoom="13"
map:mapType="normal"
map:uiCompass="false"
map:uiRotateGestures="true"
map:uiScrollGestures="false"
map:uiTiltGestures="true"
map:uiZoomControls="false"
map:uiZoomGestures="true" />
,使谷歌地圖放大到一個國家,但我得到的是在中間線藍色的屏幕,有什麼我做錯了嗎?
將縮放設置爲6 ... –