I'm trying to use the XLabs Geolocator, but have been running into issues in Android (I haven't tried IOS yet). I'm able to get an instance of Geolocator, however, Geolocator.IsGeolocationAvailable and Geolocator.IsGeolocationEnabled both return false, so obviously I get a PositionUnavailable error if I try to GetCurrentPositionAsync().
For testing, I'm using the Xamarin Android Player. It has GPS enabled and has a set of coordinates, so my understanding is that it should work for this. Has anyone had any similar issues?
Thanks