Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9009929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:19:38+00:00 2026-06-16T02:19:38+00:00

I’m creating an app and I’ve done everything without problem until I’ve came up

  • 0

I’m creating an app and I’ve done everything without problem until I’ve came up with this.
I’ve read a lot on GPS and network location but still I’m a little bit confused.
My application will fire itself in the background every X minutes (from 0 to 120 minutes depending on the user) and will get current location (wheter GPS or network I still don’t know).
I’m aiming for relatively good battery but I need a precision of minimum 100 meters (350 feets) Anything from 5-100 meters accuracy is perfect. Also, if the precision can’t be improved then discard the measurement and wait for another X minutes.
Any suggestions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T02:19:39+00:00Added an answer on June 16, 2026 at 2:19 am

    look for the DOP (Dilution Of Precision) value for your GPS fix: it tells you how precise the position is, according to the number of GPS satellites used to compute the position. incidentally, the number of satellites used to compute the position is important.

    so, once your application starts, poll the GPS for a position, until the DOP value gets below a given threshold (a DOP of 3.0 is quite precise, around 20 meters). if you don’t get such a value in a specified amount of time, then use the best position you received.

    almost all GPS chips are now using A-GPS, especially on android, so you get a fix pretty quickly (under 30 seconds). in case your A-GPS informations are out of date (A-GPS files are downloaded through an internet connection), your first fix will take longer: it can take up to 6 minutes get a usable fix when the GPS have no idea where it is located.

    so to minimize battery usage: wait for the first fix. if no fix in 6 minutes, shut down the application because you won’t have any position. once you have the first fix, poll the GPS for 2 or 3 minutes. if the DOP falls below a threshold (3.0 is a good guess, but try for yourself), stop polling. if the DOP don’t fall below the threshold, use the position which had the lowest DOP.

    be aware that the longer you wait, the better the precision of the fix, and the DOP depends on the position of all visible satellites, sometimes there is not enough visible satellites or they are not placed optimally to get a precise position.

    if the DOP is not available (i don’t know the specifics of the Android Location API), the number of satellites used to compute the position may be an imprecise but still useful information (less than 3, drop the position, 3 is awful, more than 4 is average, 10 is quite good).

    read more about DOP here.
    read more about A-GPS here, and about GPS in general here.

    of course android is able to locate your device without any GPS signal by using informations from the GSM network or surrounding Wifi networks, but then i can’t tell you how to know how precise your position is.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I know there's a lot of other questions out there that deal with this
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
We're building an app, our first using Rails 3, and we're having to build
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
This could be a duplicate question, but I have no idea what search terms

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.