gpt4 book ai didi

html - 从设备获取原始 gps 数据的可能性

转载 作者:行者123 更新时间:2023-11-28 00:19:31 26 4
gpt4 key购买 nike

标题说明了一切:)

我正在开发一个网络应用程序,并且希望从移动设备上获取所有数据(尤其是航向、卫星数量和速度)。

通过这段代码很容易得到纬度/经度对:

navigator.geolocation.getCurrentPosition(function(position) {
alert("Your lat/lng pair is" + position.coords.latitude + ", " + position.coords.longitude);
});

有没有办法用 HTML5 获取其他数据?

最佳答案

您可以通过 W3C Geolocation API 获取许多其他数据,它们列在本文的表格中:Finding your position with Geolocation - HTML5 Doctor .只有其中一些保证会出现,但这篇文章应该会告诉您所有您需要知道的内容。

关于html - 从设备获取原始 gps 数据的可能性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9886228/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com