expo-gaode-map-search 1.3.13 → 1.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-gaode-map-search",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.3.14",
|
|
4
|
+
"description": "React Native AMap (Gaode Map) search module for Expo: POI search, nearby search, keyword search, and geocoding.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -17,11 +17,20 @@
|
|
|
17
17
|
"react-native",
|
|
18
18
|
"expo",
|
|
19
19
|
"expo-gaode-map",
|
|
20
|
+
"expo-gaode-map-search",
|
|
21
|
+
"expo-amap",
|
|
22
|
+
"react-native-amap",
|
|
23
|
+
"react-native-gaode-map",
|
|
24
|
+
"rn-amap-search",
|
|
20
25
|
"amap",
|
|
26
|
+
"gaode-map",
|
|
21
27
|
"search",
|
|
22
28
|
"poi",
|
|
29
|
+
"nearby-search",
|
|
30
|
+
"geocoding",
|
|
23
31
|
"高德地图",
|
|
24
|
-
"搜索"
|
|
32
|
+
"搜索",
|
|
33
|
+
"POI搜索"
|
|
25
34
|
],
|
|
26
35
|
"repository": {
|
|
27
36
|
"type": "git",
|