Services Plugins FAQs

GPS Live Geo Tracking Question

Hey,

I see that here https://zeroqode-demo-01.bubbleapps.io/version-test/gps_live_geo?debug_mode=true it shows that we can see if a point is in this radius from where I am. My question is, how do i get it to update live? I need to know exactly when I am just out of the radius, just at the moment Is pont in radius of 1 km: “yes” becomes a “no”. Is there anyway to do that? Let me know please, thanks @levon and @zeroqode1 team. At the moment I have to check every second if I am out of the radius but i need to know faster than that. Any ideas? Thanks!

Jason

Hey Jason,
to know faster you can simply put a value which is less than 1 second. For example 0.5 second or 0.1 second etc. Because even if we implement it on the plugin level the idea would be the same, the plugin would be making that request with certain frequency to update the location.
Hope this helps.
Thanks!

Ok. Thanks. I will try that. I thought I tried that before and it didn’t work. Let me try again. Thanks.