You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardware/location.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ function buttonStartTap() {
192
192
function(e){
193
193
console.log("Error: "+e.message);
194
194
},
195
-
{desiredAccuracy:3, updateDistance:10, updateTime:1000*20}); // should update every 20 sec according to google documentation this is not so sure.
195
+
{desiredAccuracy:3, updateDistance:10, minimumUpdateTime :1000*20}); // should update every 20 sec according to google documentation this is not so sure.
{desiredAccuracy: 3, updateDistance: 10, updateTime: 1000*20}); // Should update every 20 seconds according to Googe documentation. Not verified.
226
+
{desiredAccuracy: 3, updateDistance: 10, minimumUpdateTime : 1000*20}); // Should update every 20 seconds according to Googe documentation. Not verified.
0 commit comments