react-native-map-linking icon indicating copy to clipboard operation
react-native-map-linking copied to clipboard

小建议

Open RuochaoYan opened this issue 8 years ago • 1 comments

目的位置应该用destLocation吧,dist通常表示distribution。 另外如果加上谷歌地图就更好了,因为我要用谷歌地图的规划线路所以我就自己加了一个 [ 'Navigate by Google Maps', comgooglemaps://?saddr=${srcLocation ? (srcLocation.lat + ',' + srcLocation.lng) : ''}&daddr=${distLocation.lat},${distLocation.lng}&directionsmode=${mode === 'drive' ? 'driving' : (mode === 'bus' ? 'transit' : 'walking')}, ]

RuochaoYan avatar Nov 05 '17 20:11 RuochaoYan

@RuochaoYan 你可以跳转谷歌地图吗?

GuoJiKaiHehe avatar Aug 13 '19 11:08 GuoJiKaiHehe