Hi. I'm building a cross platform application with Xamarin Forms and XAML, and I need to access the GPS to get the current position.
All examples I find are for Android or iOS platforms, could somebody give me an approach to solve this with Xamarin Forms?
I've tried with Xamarin.Mobile component, but it seems not to be for Xamarin Forms.
What am I doing wrong?
Thanks