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

Geolocation Accuracy improvements #1685

Closed
Jaspur opened this issue Jun 19, 2019 · 1 comment
Closed

Geolocation Accuracy improvements #1685

Jaspur opened this issue Jun 19, 2019 · 1 comment

Comments

@Jaspur
Copy link

Jaspur commented Jun 19, 2019

Description of the problem:
The accuracy of the Geolocation that is provided with the WatchPosition can be done better for iOS and Android.

Affected platform

  • [ x ] Android
  • [ x ] iOS

OS of the development machine

  • [ x ] macOS

Other information:
For Android you better can use the "Fused Location" (#379)

And for Swift it uses by default:

self.locationManager.desiredAccuracy = kCLLocationAccuracyBest

But Best Accuracy isn't really the best option.
There are also the options kCLLocationAccuracyNearestTenMeters and kCLLocationAccuracyBestForNavigation See: https://developer.apple.com/documentation/corelocation/cllocationaccuracy

How can I chose myself which CLLocationAccuracy option to use?

@jcesarmobile
Copy link
Member

Fixed in #1773

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