Getting the number of satellites from Location object

前端 未结 3 676
天命终不由人
天命终不由人 2020-12-24 09:46

I\'m using a GPS provider and LocationListener.onLocationChanged(Location location) to receive location fixes.
Documentation says, that Location.getExtras() contains nex

3条回答
  •  渐次进展
    2020-12-24 10:40

    Nope it means that your phone manufacturer decided not to implement this. (Or you could be using the NETWORK_PROVIDER which does not use satellites)

    Use a NmeaListener and parse the sentences to know the number of satellites visible or used.

提交回复
热议问题