Top "Fusedlocationproviderapi" questions

The Fused Location Provider intelligently manages the underlying location technology and gives you the best location according to your needs.

Best way to get user GPS location in background in Android

In my android app i want to get user current location every few minute interval and update in to my …

android gps location-provider fusedlocationproviderapi
Why is FusedLocationApi.getLastLocation null

I am trying to get location by using FusedLocationApi.getLastLocation and I've got the location permissions in the manifest file: &…

android android-4.4-kitkat android-location fusedlocationproviderapi android-fusedlocation
ACCESS_COARSE_LOCATION permission gives a cell tower precision on Android

I am making some tests with the requestLocationUpdates() function from the FusedLocationApi. I am using the PRIORITY_BALANCED_POWER_ACCURACY. …

android permissions gps android-location fusedlocationproviderapi
Android cannot resolve method requestLocationUpdates FusedLocationProviderAPI

I'm attempting to follow the Android Receiving Location Updates tutorial. The example code is here on Github. Everything is working …

android fusedlocationproviderapi
Android: Check if Location Services Enabled using Fused Location Provider

According to the Android documentation: The Google Location Services API, part of Google Play Services, provides a more powerful, high-level …

android location google-play-services android-location fusedlocationproviderapi
Is Fused Location Provider good choice?

I am developing an application where I want to use Fused Location Provider. But I have some doubts, and couple …

android gps android-location fusedlocationproviderapi
Fused Location Provider setsmallestDisplacement doesn't work in Android

Hi I have implemented Fused Location provider Api for getting location updates in a service. I was able to get …

android location fusedlocationproviderapi
Android play services 6.5: LocationClient is missing

After updating to Google Play Services 6.5.87 my app was failed to compile because of missing LocationCLient class. The documentation link …

android location google-play-services android-geofence fusedlocationproviderapi
Fused Location Provider: Is there a way to check if a location update failed?

Introduction In my app I want to get a one-off accurate location of where the user currently is. When I …

java android google-maps fusedlocationproviderapi
Android Fused Location API. Location Always null

I am trying to implement fused location for getting the current location. I am doing it with the help of …

android fusedlocationproviderapi