expo-gaode-map-navigation 2.0.7 → 2.0.8
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-navigation",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.0.8",
|
|
4
|
+
"description": "React Native AMap (Gaode Map) navigation module for Expo: route planning and turn-by-turn navigation, includes full map features.",
|
|
5
5
|
"author": "TomWq <582752848@qq.com> (https://github.com/TomWq)",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -56,11 +56,20 @@
|
|
|
56
56
|
"react-native",
|
|
57
57
|
"expo",
|
|
58
58
|
"expo-gaode-map",
|
|
59
|
+
"expo-gaode-map-navigation",
|
|
60
|
+
"expo-amap",
|
|
61
|
+
"react-native-amap",
|
|
62
|
+
"react-native-gaode-map",
|
|
63
|
+
"rn-amap-navigation",
|
|
59
64
|
"amap",
|
|
65
|
+
"gaode-map",
|
|
60
66
|
"navigation",
|
|
67
|
+
"route-planning",
|
|
68
|
+
"turn-by-turn",
|
|
61
69
|
"route",
|
|
62
70
|
"高德地图",
|
|
63
|
-
"导航"
|
|
71
|
+
"导航",
|
|
72
|
+
"路径规划"
|
|
64
73
|
],
|
|
65
74
|
"license": "MIT"
|
|
66
75
|
}
|