W3Cschool
恭喜您成為首批注冊用戶
獲得88經驗值獎勵
com.google.android.maps.MapView
控件可以顯示地圖。
您可以通過XML布局或代碼實例化此控件,但使用它的活動必須延伸 MapActivity
。
MapActivity
負責處理多線程請求以加載地圖,執(zhí)行緩存,等等。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> // w ww.ja v a2 s . co m <com.google.android.maps.MapView android:layout_width="fill_parent" android:layout_height="fill_parent" android:enabled="true" android:clickable="true" android:apiKey="myAPIKey" /> </LinearLayout>
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯系方式:
更多建議: