Interval Location updates #147
Unanswered
Ryansurjadi
asked this question in
Q&A
Replies: 1 comment
-
This looks OK I think, maybe set the fastetInterval and activitiesInterval to 300000 as well? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i have an question about this plugin setup.
i want to track our user for every 5 minutes, how to config ?
for now I'm using this config and tracker send me data every milisecond :
stationaryRadius: 350,
distanceFilter: 750,
interval: 300000,
fastestInterval: 180000,
activitiesInterval: 180000
i'm using http post to catch the data. I already read the documentation but not sure how is the plugin works.
can anyone help me to explain this to me ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions