Skip to content

ListenerSettings on iSO PositionChanged event not activating #345

@dolfvdberg

Description

@dolfvdberg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions