gpt4 book ai didi

html - GeoLocation HTML5 返回 getCurrentLocation 范围之外的 position.coords

转载 作者:太空宇宙 更新时间:2023-11-04 13:29:14 24 4
gpt4 key购买 nike

我搜索返回函数 navigator.geolocation.getCurrentLocation(getLocation,err) 范围之外的 position.coords。我试过使用窗口变量,但我做不到,所有值都是本地值。有人可以指路吗。谢谢

最佳答案

我假设您的意思是 getCurrentPosition。如果您只需要坐标,可以这样做。

return coords.clone();

更新

getCurrentPosition 需要回调函数。你可以像这样使用它:

navigator.geolocation.getCurrentPosition(function(pos) {
alert(pos.coords.latitude+","+pos.coords.longitude);
});

关于html - GeoLocation HTML5 返回 getCurrentLocation 范围之外的 position.coords,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6714186/

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