You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
Sometimes there is a need for Asynchronous Location based plugin. (Start, Stop, Get-Location methods returning Task). Some applications are location based and cannot work without retrieving location first - so asynchronous plugin model simplifies a lot.
The text was updated successfully, but these errors were encountered:
I'm sorry for misleading. I meant this logic usually implemented depending on the particular project.
Here is an example of one of the LocationService implementation to get location on startup using async approach https://gist.github.com/SeeD-Seifer/153de5d46ffb9a06fae778110e0ce864
You can see the way it is going to be implemented in thefex/MvvmCross-Plugins@e638e33, started to implementing this one. You can take idea of implementing mocked location detection in "classic" fused location too.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes there is a need for Asynchronous Location based plugin. (Start, Stop, Get-Location methods returning Task). Some applications are location based and cannot work without retrieving location first - so asynchronous plugin model simplifies a lot.
The text was updated successfully, but these errors were encountered: