lovebing / react-native-baidu-map

Baidu Map SDK modules and views for React Native(Android & iOS), support react native 0.61+. 百度地图 React Native 模块,支持 react native 0.61+,已更新到最新的百度地图SDK版本。
MIT License
856 stars 322 forks source link

安卓 使用Geolocation.getCurrentPosition 方法返回结果没有信息 #228

Open no3forfuk opened 5 years ago

no3forfuk commented 5 years ago

{ address: null ​ altitude: 5e-324 ​ buildingId: null ​ buildingName: null ​ city: null ​ cityCode: null ​ country: null ​ countryCode: null ​ direction: -1 ​ district: null ​ latitude: 5e-324 ​ longitude: 5e-324 ​ province: null ​ radius: 0 ​ street: null ​ streetNumber: null }

cukiy commented 5 years ago

+1 "react": "16.3.1",
"react-native": "0.55.4", "react-native-baidu-map": "^0.6.0",

Wjy1005 commented 5 years ago

一样的问题,华为mate10,还有oppo "version": "0.6.0"

zw1997 commented 5 years ago

一样的问题,华为mate10,还有oppo "version": "0.6.0"

0.6.0也有这个问题吗?

Wjy1005 commented 5 years ago

一样的问题,华为mate10,还有oppo "version": "0.6.0"

0.6.0也有这个问题吗?

你好,不好意思,后来排查了下,是我权限没有开放的问题。谢谢

zw1997 commented 5 years ago

一样的问题,华为mate10,还有oppo "version": "0.6.0"

0.6.0也有这个问题吗?

你好,不好意思,后来排查了下,是我权限没有开放的问题。谢谢

0.6.0能使用定位和circle模块吗?以及rn版本方便告知吗

onlyFirePerson commented 5 years ago

一样的问题,还没有解决,谁知道

tiyunchen commented 5 years ago

我也是一样

chengky commented 5 years ago

Android 6.0以上需要手动申请权限,在AndroidManifest.xml的同时,还需要使用PermissionsAndroid动态申请。

wangzuo commented 4 years ago

react-native android的问题吧,在app启动的时候请求权限

PermissionsAndroid.request(PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION)
jassonxian commented 4 years ago

权限我也开启了,只是gps定位没开就会报这样错误 不开gps,也不应该报错吧

Grewer commented 3 years ago

我的情况: OPPO 手机, debug 正常, build 之后无法定位, 添加权限:

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />