mauron85 / cordova-plugin-background-geolocation-example

51 stars 54 forks source link

Question about config in background options. #15

Open GabrielCalleDev opened 6 years ago

GabrielCalleDev commented 6 years ago

Hello!

I have a question about the configuration of this example.

Why these options in 'interval', 'fastestInterval' and 'activitiesInterval'?

In the documentation it says that it is a millisecond configuration. With this configuration, do you try to update at full speed? Greetings and thank you

var bgOptions = { ... interval: 10, fastestInterval: 5, activitiesInterval: 10, ... };