美文网首页
react-native 百度地图模拟器定位不准确

react-native 百度地图模拟器定位不准确

作者: 挪威森林_29e6 | 来源:发表于2017-08-30 12:43 被阅读0次

遇到问题:

在安卓模拟器genymotion中:Geolocation.getCurrentPosition().then(data)中的data的值:data.latitude(纬度)和data.longitude(经度)的值均为5e324,所以这时百度地图无法显示,

在ios模拟器中:Geolocation.getCurrentPosition().then(data)中的data的值:data.longitude(经度)为负值,此时百度地图定位显示为国外。。

解决办法:

用真机测试

相关文章

网友评论

      本文标题:react-native 百度地图模拟器定位不准确

      本文链接:https://www.haomeiwen.com/subject/ucuodxtx.html