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

2017-08-30  本文已影响0人  挪威森林_29e6

遇到问题:

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

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

解决办法:

用真机测试

上一篇 下一篇

猜你喜欢

热点阅读