<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="YOUR API KEY"
/>
這是 Google map view 的 XML 代碼,需要在 AndroidManiFest.xm 添加什麼代碼才能在 google map 中找 API key ?
“找API key”不是很理解,正常只要把從google map上注冊的api key填入 android:apiKey="申請的api key"就可以,一般開發者不需要手動去獲取這個api key,因為google map的api已經封裝好了。