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
Version Number of Plugin: 4.5.0.6
Device Tested On: Google Pixel 3A
Simulator Tested On: /
Version of VS: 16.6.2
Version of Xamarin: 4.4.0.991537
Versions of other things you are using: Android version 11
Steps to reproduce the Behavior
Start app and fetch current location on button click
Expected Behavior
The current position gets returned.
Actual Behavior
Statement always gives null after couple of seconds
Code snippet
var currentPosition = await CrossGeolocator.Current.GetPositionAsync(TimeSpan.FromSeconds(30), null, false);
The text was updated successfully, but these errors were encountered:
Bug Information
Version Number of Plugin: 4.5.0.6
Device Tested On: Google Pixel 3A
Simulator Tested On: /
Version of VS: 16.6.2
Version of Xamarin: 4.4.0.991537
Versions of other things you are using: Android version 11
Steps to reproduce the Behavior
Start app and fetch current location on button click
Expected Behavior
The current position gets returned.
Actual Behavior
Statement always gives null after couple of seconds
Code snippet
var currentPosition = await CrossGeolocator.Current.GetPositionAsync(TimeSpan.FromSeconds(30), null, false);
The text was updated successfully, but these errors were encountered: