How to detect whether GPS signal is weak or high?

后端 未结 2 1678
挽巷
挽巷 2021-01-05 09:09

How to detect GPS signal strength such as low (weak) or high ?

is there an API class ?

Thanks in advance.

2条回答
  •  心在旅途
    2021-01-05 09:24

    The getAccuracy() method of the Location object returned by onLocationChanged provides a good indication of how good the "fix" is.

提交回复
热议问题