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

请问在地图中,滑动很远后,回到当前位置的方法怎么设置?

Open mumu19920210 opened this issue 5 years ago • 2 comments

谢谢

mumu19920210 avatar Apr 11 '19 08:04 mumu19920210

+1。。。。。。

milobluebell avatar Jun 12 '19 12:06 milobluebell

center={this.state.center} // 地图中心位置

Geolocation.getCurrentPosition()//获取当前位置改变center .then(data => { console.log(data) this.setState({ center: { longitude: data.longitude, latitude: data.latitude } }) }) .catch(e =>{ console.warn(e, 'error'); })

wkl460 avatar Aug 20 '19 02:08 wkl460