图形布局下的Android mapView可用性

时间:2011-12-31 07:06:50

标签: android android-mapview

我无法找到图形布局的任何mapview模板。 Mapview来自谷歌,我是否需要做一些特别的事情才能将mapview引入图形布局?

1 个答案:

答案 0 :(得分:2)

单击XML视图并编写以下标记:添加地图密钥

<com.google.android.maps.MapView
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:apiKey="<MAP KEY>"/>

请参阅以下链接以获取更多帮助

http://developer.android.com/resources/tutorials/views/hello-mapview.html

谢谢,