android:minSdkVersion="8"android:ta">

Android Google Map API V2(附代码和截图)

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

制作时必须有谷歌服务

package="com.example.map"

android:versionCode="1"

android:versionName="1.0" >

android:minSdkVersion="8"

android:targetSdkVersion="8" />

android:name="com.example.map.permission.MAPS_RECEIVE"

android:protectionLevel="signature" />

android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />

android:glEsVersion="0x00020000"

android:required="true" />

android:allowBackup="true"

android:icon="@drawable/ic_launcher"

android:label="@string/app_name"

android:theme="@style/AppTheme" >

android:name="com.example.map.MainActivity"

android:label="@string/app_name" >

android:name="com.google.android.maps.v2.API_KEY"

android:value="AIzaSyD7tYwcrl8EO23mij4Ph0fSNrwNGm9BS8k" />

android:name="com.google.android.gms.version"

android:value="@integer/google_play_services_version" />

Activity_mian.xml

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical" >

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="horizontal" >

android:id="@+id/et"

android:layout_width="fill_parent"

android:layout_height="wrap_content" />

android:id="@+id/map"

android:name="com.google.android.gms.maps.MapFragment"

android:layout_width="match_parent"

android:layout_height="match_parent" />

相关文档
最新文档