Phonegap GPS without internet

百般思念 提交于 2020-01-10 03:38:24

问题


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 .


回答1:


See the PhoneGap API Docs for Geolocation under the geoLocationOptions:

Android Quirks

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

{ enableHighAccuracy: true }

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



来源:https://stackoverflow.com/questions/7518468/phonegap-gps-without-internet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!