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
Hi,
I guess it's how fusedLocationProviderClient works under the hood. Still, there is a way to achieve proper behavior by adding .setMinUpdateIntervalMillis() and .setMaxUpdateDelayMillis() which would depend on the initial internal value which is already passed.
The text was updated successfully, but these errors were encountered:
Hi,
I guess it's how
fusedLocationProviderClient
works under the hood. Still, there is a way to achieve proper behavior by adding.setMinUpdateIntervalMillis()
and.setMaxUpdateDelayMillis()
which would depend on the initial internal value which is already passed.The text was updated successfully, but these errors were encountered: