Skip to content Skip to sidebar Skip to footer

Using Google Maps Location Without Activity

I have a service which receives locations through registering a LocationManager.requestLocationUpdates. But there have been some issues on some phones. When battery runs low, the

Solution 1:

Given some extensive testing from a reliable source, I believe that you might want to consider using the FusedLocationProvider supplied with Google Play Services. It seems to take the headache out of choosing the appropriate power criteria and so on.

Be aware that this will require that the user must have Google Play installed on their device, so Kindles and the like will be out of the picture. It also requires a minimum of Android 2.2.

Some more information about the location services provided by Google Play Services can be found here.

Post a Comment for "Using Google Maps Location Without Activity"