13 lines
416 B
XML
13 lines
416 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.map.impl.amap">
|
|
|
|
<application>
|
|
<!-- 高德地图 -->
|
|
<meta-data
|
|
android:name="com.amap.api.v2.apikey"
|
|
android:value="a36b9f7b086fa3951bb35338a5a06dd3" />
|
|
<!--定位服务-->
|
|
<service android:name="com.amap.api.location.APSService" />
|
|
</application>
|
|
</manifest>
|