Baseflow / Baseflow/flutter-geolocator
[Question]: Does flutter-geolocator support using NTRIP corrections on android and ios devices?
- Dominant language
- Dart
- Stars
- 1.3k
- Forks
- 803
- Avg merge
- 8h 16m
- Merged PRs (30d)
- 1
Description
### Please check the following before submitting a new issue.
- [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues).
- [X] I have carefully [read the documentation](https://github.com/baseflow/flutter-geolocator/blob/main/geolocator/README.md).
### Please select for which platform(s) you need help
- [X] Android
- [X] iOS
- [ ] Linux
- [ ] macOS
- [ ] Web
- [ ] Windows
### Your question
RTK corrections are a way to improve the accuracy of gps measurements (although a subbscription is required for using them). Currently there are some [android apps](http://lefebure.com/software/android-ntripclient/) that support using them (through NTRIP) for achieving a higher precission than the one normally achieved by smartphone's gps receptors
Does this package allow using them for implementing apps that require high accuracy location measurements?
Edit: For clarification, I'd need to reduce the positioning error below 2.5 meters (cm level accuracy is not required)
### Version
Any
Contributor guide
Assessment
This issue has not been assessed yet.