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
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. UsingAndroidSettings
with atimeInterval
value instead ofLocationSettings
is supposed to fix that. It is unclear whether that features works or not, see : https://github.com/Baseflow/flutter-geolocator/issues/1014