question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to improve the accuracy

See original GitHub issue

Hi,

please anyone help me to improve the accuracy of the location, i am getting accuracy between 22-26 (even in open space) sometime it’s giving 104

Specifications

“react-native”: “0.59.8”, “react-native-geolocation-service”: “^2.0.1”,

Here is my code

`Geolocation.getCurrentPosition( (position) => { console.log(‘position’, position);

}, (error) => { // See error code charts below. console.log(’ error position’,error.code, error.message); }, { enableHighAccuracy: true, timeout: 30000, maximumAge: 0 } );`

Output

coords: accuracy: 26.351999282836914 altitude: 160.60000610351562 heading: 0 latitude: 28.6310836 longitude: 77.3841066 speed: 0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ravimalviya688commented, Jun 4, 2019

I am also looking for same thing

0reactions
Agontukcommented, Oct 4, 2020

Closing this as I don’t think it’s a library issue. GPS accuracy depends on device and the environment you’re in. It’s out of our hands, we’re just providing what native library gives us. You can filter out the locations with bad accuracy from the app side.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Measure and Improve Lab Accuracy and Precision
1. Keep EVERYTHING Calibrated! · 2. Conduct Routine Maintenance · 3. Operate in the Appropriate Range with Correct Parameters · 4. Understand ...
Read more >
How to Improve Accuracy in the Workplace - Work - Chron.com
Job training and mentorship along with clear goals, benchmarks and a career ladder can significantly improve accuracy. For example, medical coders at ...
Read more >
3 Steps to Improve Accuracy and Attention to Detail in Your Work
1. Know the process for achieving an accurate outcome. ; 2. Implement the process slowly and with an engaged mind. ; 3. Have...
Read more >
7 Top Ways to Improve Data Accuracy - Outsource2india
Inaccurate Data Sources · Set Data Quality Goals · Avoid Overloading · Review the Data · Automate Error Reports · Adopt Accuracy Standards...
Read more >
Improving accuracy - Nuance
Improving accuracy · Read text and dictate it in any document. This can be any text, such as a newspaper article. · Make...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found