We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Number of Plugin: 4.6.2-beta Device Tested On: none Simulator Tested On: iPhone 12 Version of VS: 16.95 Version of Xamarin: 5
When adding ListenerSettings on iSO PositionChanged event not activating. When removing ListenerSettings it works fine.
await CrossGeolocator.Current.StartListeningAsync(TimeSpan.FromSeconds(5), 10, true //, new Plugin.Geolocator.Abstractions.ListenerSettings //{ // ActivityType = Plugin.Geolocator.Abstractions.ActivityType.AutomotiveNavigation, // AllowBackgroundUpdates = true, // DeferLocationUpdates = true, // DeferralDistanceMeters = 1, // DeferralTime = TimeSpan.FromSeconds(1), // ListenForSignificantChanges = true, // PauseLocationUpdatesAutomatically = false //} );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version Number of Plugin: 4.6.2-beta
Device Tested On: none
Simulator Tested On: iPhone 12
Version of VS: 16.95
Version of Xamarin: 5
When adding ListenerSettings on iSO PositionChanged event not activating. When removing ListenerSettings it works fine.
The text was updated successfully, but these errors were encountered: