我正在编写和应用程序,当用户遇到电路时,使用GPS计算圈数。我需要我的位置听取非常准确,以便我不会错误地增加圈数。
有没有办法设置,或者至少知道addProximityAlert(double latitude, double longitude, float radius, long expiration, PendingIntent intent)
中声明的方法LocationManager
的默认准确度?为了准确,我的意思是将要听取的位置的准确性。
(在我的情况下:在跑步者的应用程序中,我需要非常非常准确:我希望听到的位置具有最大20/30 m的精度并且将中心位置的半径设置为10m)。 / p>
非常感谢!
答案 0 :(得分:0)