Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想根据准确度获得最佳位置坐标,但我只使用 GPS 作为提供者。那么如何才能匹配不同位置的准确度级别呢?
我的意思是..我是否必须创建一个单独的数据结构并存储 long、lat 及其精度并将其与当前获取的精度级别详细信息相匹配?
我只有一个Location类型的 var。和一个单一LocationManager类型的 obj。
Location
LocationManager
更新:完成。解决了这个问题。这很简单:)
我该怎么做?
谢谢..
你为什么不试试手册?http://developer.android.com/guide/topics/location/strategies.html#BestEstimate