-
Its more efficient
https://stackoverflow.com/questions/46481789/android-locationservices-fusedlocationapi-deprecated
-
Since FusedLocationAPI has been depreciated, what do you recommend using in its place?
-
LocationServices.FusedLocationApi. is deprecated
LocationServices.SettingsApi is deprecated
Can you please update the code when you find the time. We'd all really appreciate it. Thank you for ma…
-
Hello!
Is your library using FusedLocationAPI (deprecated): https://developers.google.com/android/reference/com/google/android/gms/location/FusedLocationProviderApi
Or FusedLocationProviderCli…
-
Hi Team,
First of all I would like to appreciate the team efforts been made for developing this code lab.
After reading the Android Official Documentation what I found is the codelab is using F…
-
Show a popup or something similar to ask for permission to change the Location/Storage/etc permissions when they are turned Off, when we need them to be on.
Currently causes crash when set to Off o…
-
The new fused location provider, added by commit e0296a9, is returning very inaccurate positions.
When on medium accuracy, the data is useless. Every position received is inaccurate.
When on …
-
**Summary:**
### Problem :
There is a significant lag in the loading of nearby locations ( about 3-4 seconds in normal network conditions).
This may be due to two reasons :
1) Time interval …
-
Location is not being sent to the trustees for most of the messages which are sent when **come get me** request is selected.
**Current behavior of the app**
![mygif1](https://cloud.githubuserc…
-
hello,
im trying to change post json on service with ion, but i get null on result.
when im using _AsyncTask_ normal.
- Android Studio 2.1
- compileSdkVersion 23
- buildToolsVersion '23.0.3'
this is …