-
Notifications
You must be signed in to change notification settings - Fork 500
Conversation
@mattleibow @jamesmontemagno @Redth Any comments about the current state of the PR are very welcome! Will do the UWP implementation next. Help for WPF and Tizen platforms are welcome! |
This is looking really nice. I'll have a closer look, but so far it all makes sense. Thanks for this PR! |
Thanks for the feedback! One thing that occurred to me was that the code is using |
I rebased my PR on top of current main, in order to keep the PR current and to check if it still builds (which I guess). |
@jamesmontemagno I saw you're added the needs-more-discussion tag. Let's discuss! I can't wait to get this PR into Xamarin.Essentials! :-D |
API from my Xamarin.Essentials PR: xamarin/Essentials#1579 also added implementation based on the Xam.Plugin.Geolocator plugin
One thing that I think doesn't match exactly is the re-use of the |
I also just rebased the PR on top of current main, just to be current. |
Me too :D +1 for merging this! 👍 |
…r ported from Geolocator.Plugin.GeolocationContinuousListener (cherry picked from commit 7c043df)
…ener implementation
…isteningForegroundAsync()
I rebased the commits onto the latest main branch (that's also tagged with 1.7.0) squashed together some commits that fixed bug in the previous commits and added the new |
sadly by duplicating code
It seems there won't be any development in Essentials anymore - closing this PR. |
Description of Change
This is an initial implementation of a foreground-only listener for Location changes. It consists of initial work from #1043 (done by Alex Reich), the API proposed in #1447 (Spec by me), and code from James Montemagno's Geolocator-Plugin.
Bugs Fixed
API Changes
See Spec in #1447
Behavioral Changes
None.
PR Checklist
main
at time of PRTests not added yet, as well as mdoc docs.