MovnaTeam / movna

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

Add a maximum time interval in geolocations stream. #10

Closed BriceCroix closed 1 year ago

BriceCroix commented 1 year ago

Although no parameters given in LocationSettings is supposed to give a new location at any time, independently of the duration since the last location, it appears that a new location is pushed every 5 seconds. Using AndroidSettings with a timeInterval value instead of LocationSettings is supposed to fix that. It is unclear whether that features works or not, see : https://github.com/Baseflow/flutter-geolocator/issues/1014

BriceCroix commented 1 year ago

done