android - phonegap Geolocation without WiFi and mobile network -


i developing application using phonegap android , use geolocation method. works when mobile network or wifi available. use geolocation without these being available. possible?

if want android use gps receiver on device, need set "enablehighaccuracy" option when setting watcher in phonegap app:

navigator.geolocation.watchposition(onsuccess, onerror, { enablehighaccuracy: true }); 

then able obtain location without relying on wifi or mobile network.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -