Closed ronw98 closed 1 year ago
When the user lands on the map, the map is centered on paris.
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
geolocator provides at method Geolocator.getLastKnownPosition() to do this, we have to add this to datasource, repository, and use-case.
Geolocator.getLastKnownPosition()
When the user lands on the map, the map is centered on paris.
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