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。在一个小型测试应用程序中,纬度和经度最多有 15 个小数位(抱歉,懒得精确计算)。我知道手持设备上的 GPS 并不是很准确,那为什么会有这么多小数位呢?我没有任何代码问题,只是好奇。;-]
GPS芯片内部使用小数点后7位,在二进制协议中提供结果时,更多位没有意义。(赤道处的精度约为 1 厘米)对于许多应用,6 位数字或显示器甚至 5 位数字就足够了。
您可能还想查看 GPS 坐标精度