You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
The LocationServices class is currently hardwired to use a specific fastestInterval and smallestDisplacement when setting up the GPS for location tracking. Enable setting custom values for this while leaving the defaults if not specified.
Upon further reflection, I think this should be built out as a meta-data option to be set in AndroidManifest.xml instead of a direct programmatic method. Reason being is that User Location should be something that is app wide and consistent.
I consider this becoming obsolete with #4331. While this issue goes about tweaking the current location provider, #4331 will allow replacing the whole provider itself. Closing..
The LocationServices class is currently hardwired to use a specific
fastestInterval
andsmallestDisplacement
when setting up the GPS for location tracking. Enable setting custom values for this while leaving the defaults if not specified./cc @zugaldia @tobrun
The text was updated successfully, but these errors were encountered: