We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fac7d2 commit b1ee9dbCopy full SHA for b1ee9db
README.md
@@ -51,15 +51,6 @@ compile project(":react-native-amap-geolocation")
51
52
- AndroidManifest.xml
53
54
-```
55
- <!--用于进行网络定位-->
56
- <application>
57
- <meta-data
58
- android:name="com.amap.api.v2.apikey"
59
- android:value="请输入您的用户Key"/>
60
- </application>
61
62
-
63
Remember setting your custom amap key as follows!
64
65
```
@@ -68,7 +59,6 @@ Remember setting your custom amap key as follows!
68
android:name="com.amap.api.v2.apikey"
69
android:value="请填写您的key"/>
70
<!--高德地图APS服务设置-->
71
- <service android:name="com.amap.api.location.APSService" ></service>
72
73
74
### 2.3 iOS Configuration
0 commit comments