-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
GPS position update freuquency options / live position #341
Comments
I wonder whether that is a design issue or a (device specific?) bug because I never had issues finding the CM. I have, however, only used it in my home town where I have a decent knowledge of the city and its map representation. It may also depend on the size of the CM. I've been using a Pixel 3a for some time now and its GPS is great in my experience. The Huawei P20 for example is really slow to get a Fix and fast to loose it again in comparison. Recent smartphones are able to stream videos for hours so I'd assume it should be no issue updating the locations every 10 seconds or so for the duration of a normal CM 🤔 |
So you say you can see the cm cyclists as well as your own dot moving live or at least updating quickly on the map (as known from Google Maps, WhatsApp, Signal or any other location sharing functionalities)? If it is intended to be more fluent as I had the experience, it might be device specific or could also have been server related. |
Hey, first of all thank you for your feedback and the kind words. :)
This means two things: The reasoning for this is a) use gps as little as needed to prevent battery drain and b) use fixed timings for server communication, so we have more control over server load (and therefore cost). In regard to you suggestion I see some potential for how we handle 1). I'm a little reluctant to add another option here, since I think it might confuse less technical people. But we can think about tweaking the time interval to make it feel more responsive. Unfortunately judging the effect on battery drain here is a little difficult. |
I'll need to check that again, haven't used the app for a while. I just wanted to add the data point that it worked good for me. 30 people is a small mass compared to my experience, it will be significantly shorter and maybe even faster than the use cases I had so far. This could very well explain the differences to the user experience you had. @cbalster Thanks for the detailed explanation and calculations! I have more ideas for improvement on the client side or the communication altogether but I guess this is not an issue of lack of ideas but rather of people implementing and maintaining them. |
Yep, that was also something I thought of and should be quite easy to implement, but would require a little refactoring.
Spot on. For the last years I've been mainly trying to stay on top of API updates and Android behavior changes, except for some small improvements here or there. Even though the app is working fine and is up-to-date in regard to the newest SDK, at it's core it's based on an architecture and best-practices from 10 years ago. Hopefully at some point someone with a little more time on their hands comes along to give it the refresh it deserves :) |
First of all thanks for this wonderful app. It's a really great idea and well done!
But - and I think this is kind of essential in the maybe most important usecase – It was my first time using the app and trying to catch the critical mass today after it started (no GPX track or route given), and it was very hard to do so, as the the GPS coordingates seem to update only every few minutes. I understand this makes it batttery friendly, but maybe it would be an option to allow the user to change the frequency of the GPS updates beween "Live", "Decent" and "Battery Saving"? So at least some (at least one) cyclists with a battery pack can transmit the real live position?
The setting might fit below the "Unsichtbar-Modus" with a Slider/Radiobuttons for quick acces.
Also it would help in this case if you can see your own live position (real live position, not the position from a few minutes ago) to navigate with the map if you are in yet unknown cities / parts of cities. I often needed to either look for street signs and searching them on the map or switching to another Navigation App to find my own position it was also everything else then live.
Thx for taking it into account. I'm glad to help out with testing or evtl. UI design/concept related topics.
The text was updated successfully, but these errors were encountered: