@janpio apologies, thought it was obvious. watchPosition method is pulling every 1s.
Example:
var options = {
frequency: 3000, //<--- possible to add this parameter or similar?
enableHighAccuracy: true
};
this.watchLocation = this.geolocation.watchPosition(options)
.subscribe(position => {
//do something with position
....
})
[ Full content available at:
https://github.com/apache/cordova-plugin-geolocation/issues/115 ]
This message was relayed via gitbox.apache.org for [email protected]
