Answer the question
In order to leave comments, you need to log in
Does the GPS navigator always give out that the user is on the move even when he is in place?
Package Docks
Options
gpsOptions: {
timeout: 999999999,
enableHighAccuracy: true,
},
setInterval(() => {
navigator.geolocation.getCurrentPosition(
this.gpsWatchSuccess,
() => {
// ignore error, lost connection, run out of traffic etc
},
this.gpsOptions
)
}, this.pedometer.gps.callGpsEveryMS);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question