没有互联网的Phonegap GPS [英] Phonegap GPS without internet

查看:22
本文介绍了没有互联网的Phonegap GPS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试制作一个 android 应用程序来计算距离使用phonegap记录,lan值.但是phonegap GPS仅在互联网或wifi进入时工作ON 条件.如何在没有 Internet 的情况下通过使用获取日志、lan 值地理位置 api.提前致谢.

I m trying to make an android app which count the distance traveled from log,lan values with phonegap.But phonegap GPS work only when internet or wifi in ON condition.How can get log ,lan values without internet by using geolocation api.Thanks in advance .

推荐答案

查看Geolocation 在 geoLocationOptions 下:

See the PhoneGap API Docs for Geolocation under the geoLocationOptions:

Android 怪癖

除非 enableHighAccuracy 选项设置为 true,否则 Android 2.x 模拟器不会返回地理位置结果.

The Android 2.x simulators will not return a geolocation result unless the enableHighAccuracy option is set to true.

{ enableHighAccuracy: true }

启用该选项将允许 Android 设备在禁用 WIFI 选项的情况下获取位置.

Enabling that option will allow the Android device to get the location even with the WIFI option disabled.

这篇关于没有互联网的Phonegap GPS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆