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.
我在 Android 中开发了 GPS 应用程序,它以 20 米的精度返回 gps 值,但我的实际位置距离返回的位置值 20 米。
从这里如何使用返回的位置值和精度值来计算我的原始位置值。
请帮我
谢谢南达
你不能。精度级别的整个点意味着您保证在 X 距离内。您返回的位置值距离您的实际位置 20 米;精度为20米。这是你能做到的最好的准确性。如果您使用 GPS 与简单的蜂窝塔三角测量相比,您应该获得更好的精度。
编辑:虽然我认为理论上你可以进行多次测量,每次测量都会形成一个 [精度] 半径的圆,并通过这些部分相交的位置缩小范围。但是从单个返回值和准确性来看,没有。