react-native-map-linking
react-native-map-linking copied to clipboard
Linking to map for React Native
Results
4
react-native-map-linking issues
Sort by
recently updated
recently updated
newest added
小建议
1
目的位置应该用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')}`, ]
你好,请问怎么使用?方便提供个 demo 吗?谢谢了;