hiposfer / hive

Your go-to routing app for public transport
GNU Lesser General Public License v3.0
10 stars 0 forks source link

consider saving the user location in local storage #90

Closed carocad closed 6 years ago

carocad commented 6 years ago

This would allow us to quickly compute a route based on the last known position even if the app doesnt have a position yet i.e. after opening it.

However, the position is something that changes constantly, so saving it all the time also means more processing power required

carocad commented 6 years ago

this was solved as part of https://github.com/hiposfer/hive/pull/136