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

Create typescript definitions #2

Closed pdrhlik closed 3 years ago

pdrhlik commented 3 years ago

Hi @diachedelic,

Thanks for implementing the iOS part for background geolocation that was missing in the original package that you forked. I tested it on both platforms and it seems to be working great so far. The latest distanceFilter addition should help with a battery drainage. It seems a lot better and simpler than other alternatives.

It would be great if the project contained typescript definitions. I'm sure it would be helpful to many people. Could you take a look at that? The original package had that covered here: https://github.com/seididieci/capacitor-backround-geolocation/search?l=typescript

Cheers, Patrik

pdrhlik commented 3 years ago

After giving it a bit of thought, I think I'll be able to look at that and prepare a PR.