capacitor-community / background-geolocation

A Capacitor plugin that sends you geolocation updates, even while the app is in the background.
MIT License
177 stars 54 forks source link

update POST Api every 5 minute #97

Closed blinkdagger182 closed 1 year ago

blinkdagger182 commented 1 year ago

Is your feature request related to a problem? Please describe. Earlier I was thinking of update my POST Api with user location every 5 minute so that i can detect if user is online or offline based of their last know location. If the last location of user is more than 5 minutes I will consider the user offline

Describe the solution you'd like Maybe allow us to set interval for when watcher pings the api? Like similar for distance filter but based off time intervals.

Describe alternatives you've considered I havent had any ideas as of yet ways to implement this based of the issues that I've of this plugin

Additional context Add any other context or screenshots about the feature request here.

diachedelic commented 1 year ago

Duplicate of #34.