yayaa / LocationManager

Simplify getting user's location for Android
806 stars 187 forks source link

Fallback from GooglePlayServices to Default #47

Closed yayaa closed 7 years ago

yayaa commented 7 years ago

When GooglePlayServices is not fast enough to receive a location update, library switches back to default location providers, but not when GooglePlayServices fails to receive location.

With this PR, it will also fallback to default location providers when GooglePlayServices fails to receive location even within the required time period. It is possible to disable it by configuration, of course.