Skip to content
New issue

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

[Question]: Using IOS background location update but the gps keeps drifting #1523

Closed
3 of 8 tasks
Ellynnn opened this issue Jun 4, 2024 · 1 comment
Closed
3 of 8 tasks

Comments

@Ellynnn
Copy link

Ellynnn commented Jun 4, 2024

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

  • Android
  • iOS
  • Linux
  • macOS
  • Web
  • Windows

Your question

I'm using Geolocator.getPositionStream with AppleSettings that allows background location update. However, I notice that the location data return from the stream tends to drift when the device is stationary. Is there a way that I can filter out the drifted location data?

Version

11.0.0

@TimHoogstrate
Copy link
Contributor

Dear @Ellynnn,

You could write an own implementation filtering out drifted location data. The plugin only passes data that is retrieved bij the OS. Playing around with the settings for your desired situation might improve the data quality.

Kind regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants