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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Created demo application.
Removed default values for LocationRequest. (Fixes bug where interval is not respected).
Removed GPS and Network providers from default providers config. We now only keep Fused provider by default (which is an abstraction over GPS and Network providers). This gives more expected behavior relating to the LocationRequest configs.
Changed fastestInterval, interval and maxWaitTime types to Duration instead of Long.