Location sometimes incorrect

Paul last year

I use the Android app for groups of Scouts out hiking and it works pretty well. They all have the Location Accuracy set to high (so it uses the gps). However, sometimes the tracking is significantly off and the accuracy is shown as a few km, rather than a few meters. I suspect this is because the gps doesn't get a location quick enough, so just returns the network location?
Is there a way to force it to get an accurate gps fix before sending the location? (or could this be added)

Example hike:

Example hike

Paul

Anton Tananaev last year

Which version of the app are you using? The one from Play Store or APK from our website?

Paul last year

Play store

Anton Tananaev last year

Yes, that version uses fused location provider, which will fallback to cell/wifi based location if no GPS available. You can try the one from our website. That one will use GPS only if you select high accuracy.

Paul last year

Ok, thanks. I'll give that a try.

Paul last year

I tried the apk download on a couple of devices and it worked brilliantly.

Is there a way to use these settings with the Google Play store version of the app or could you add the apk version to the store under a different name? Most of my users will struggle to install the apk and get past the warnings (and it won't automatically update with new versions).

Anton Tananaev last year

You could get that version from fdroid store also, but probably not trivial either. No plan at the moment to upload two versions to Google Play, but maybe we could make it a setting or something.

Paul last year

I think the fdroid store will also be too complicated for my users.
Do you mind if I look at adding a setting to the app and submitting a PR?

Anton Tananaev last year

Sure, but before you do any coding please discuss it.

Paul last year

ok, will do when I've taken a look at the code.