仅使用 GPS 无线电进行高精度 webkit 地理定位
Posted
技术标签:
【中文标题】仅使用 GPS 无线电进行高精度 webkit 地理定位【英文标题】:webkit geolocation with high accuracy using only the GPS radio 【发布时间】:2012-01-05 03:21:08 【问题描述】:大家好,我遇到了一种情况,我需要使用位置数据自动填充表单,而当手机或平板电脑仅使用 GPS 获取位置数据时,我无法获取任何信息其中。使用“无线网络”时,它适用于我的 2.4 手机、3.2 选项卡和 4.0 选项卡。如果没有启用其他这些功能,我的 android 知识太弱了,不知道在哪里进行故障排除。
请提前告知和感谢!
当前代码如下:
navigator.geolocation.getCurrentPosition(
function(pos)
$("#latitude").val(pos.coords.latitude);
$("#longitude").val(pos.coords.longitude);
)
【问题讨论】:
【参考方案1】:听起来你只需要enable high-accuracy locations:
navigator.geolocation.getCurrentPosition(
function(pos)
$("#latitude").val(pos.coords.latitude);
$("#longitude").val(pos.coords.longitude);
,
null,
enableHighAccuracy: true
)
【讨论】:
以上是关于仅使用 GPS 无线电进行高精度 webkit 地理定位的主要内容,如果未能解决你的问题,请参考以下文章
GPS拓展无线同步模块GSYN1000系列在广域同步测量的应用方案