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
//}
);
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.