MovnaTeam / movna

Open-source training application.
GNU General Public License v3.0
0 stars 1 forks source link

Store location to improve user experience on map landing #20

Closed ronw98 closed 1 year ago

ronw98 commented 1 year ago

When the user lands on the map, the map is centered on paris. image

The goal of this ticket is to store and use the last known coordinates to center the map on these coordinates instead of paris.

Depends on #11 to be finished

BriceCroix commented 1 year ago

geolocator provides at method Geolocator.getLastKnownPosition() to do this, we have to add this to datasource, repository, and use-case.