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

怎么在地图上选点,获取其经纬度

Open superzhy opened this issue 5 years ago • 2 comments

superzhy avatar Nov 01 '19 06:11 superzhy

react-native-baidu-map:1.0.6

superzhy avatar Nov 01 '19 06:11 superzhy

onMapClick={e => { console.log("Lat: " + e.latitude + "Lng: " + e.longitude ); }}

zhaoo avatar Nov 06 '19 10:11 zhaoo