Hello,
I'm using plugin.geolocator for getting latitude and longitude of the device. It's working fine on some Android device but it is not working for some device.
Working Device = Samsung,
Not Working Device = Motorola(MotoG)
Below is my code.
var locator = CrossGeolocator.Current; locator.DesiredAccuracy = 10; var _position = await locator.GetPositionAsync(TimeSpan.FromSeconds(10));