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.
我尝试使用 CLLocationmanager 获取用户的 GOS 坐标我的问题是,当我多次运行应用程序时,我得到不同的结果
示例:第一次 (48.839780, 2.322400) 第二次 (48.836476, 2.324006)
我可以做点什么来提高精度吗
提前致谢
这仅归结于精细精度数据中的噪声和不准确性。
您可以通过使用平滑数据变化的降噪算法来稍微改善这一点。
看看这个 Wiki。我做了类似的事情来尽量减少我在设备方向读数中得到的波动。