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]: How to interpret the value of Accuracy? #1503

Open
4 of 8 tasks
Ellynnn opened this issue May 13, 2024 · 1 comment
Open
4 of 8 tasks

[Question]: How to interpret the value of Accuracy? #1503

Ellynnn opened this issue May 13, 2024 · 1 comment

Comments

@Ellynnn
Copy link

Ellynnn commented May 13, 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

Can I know how do I interpret the value of Accuracy that is return in the Position together with latitude and longitude? I only see decimal numbers but is there a way I can understand the meaning of the value?

Version

11.0.0

@ccharp
Copy link

ccharp commented May 23, 2024

From the code position.dart:

  /// The estimated horizontal accuracy of the position in meters.
  ///
  /// The accuracy is not available on all devices. In these cases the value is
  /// 0.0.
  final double accuracy;

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