<?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"
/>
这是谷歌地图视图的 XML 代码。有什么需要添加的AndroidManiFest.xml
吗?
我无法理解。任何人都可以帮忙吗?