标签: android gps google-play-services
有没有办法使用融合位置获取卫星数量?
我尝试使用此
location.getExtras().getInt("satellites")
但它无效
然后我尝试使用GpsStatus,但我无法使用它,因为我没有使用LocationManager。
GpsStatus
LocationManager
答案 0 :(得分:0)
不幸的是,当你Location.getExtras()时,融合位置没有卫星信息。你基本上会得到NullPointerException。
Location.getExtras()
NullPointerException
正如你所说,GpsStatus是唯一的方法。