capacitor-community / background-geolocation

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

Feature/android interval option #15

Closed pentabarf closed 3 years ago

pentabarf commented 3 years ago

Hi, This seems to be the best capacitor background geolocation plugin to me. But i was missing an option for setting the interval. So i implemented it. only for Android right now. I am planning to do it for iOS later.

cheers

diachedelic commented 3 years ago

Hi @pentabarf , I want to avoid non-essential options which are platform dependent, to keep the interface simple. As far as I know, iOS does not provide an interface for these options. Could you please explain your use case to me, so I can better understand why these options are necessary?