FusedBulb icon indicating copy to clipboard operation
FusedBulb copied to clipboard

Location fetch library.

Results 5 FusedBulb issues
Sort by recently updated
recently updated
newest added

The `GetCurrentLocation` constructor needs activity. We cannot provide activity variable when using service. Really appreciate if you can provide some snippet of how we can use this code in service...

When i tried using your library in Android 10 , Following error is generated in log: `java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/internal/zzaa; at com.google.firebase.provider.FirebaseInitProvider.zza(Unknown Source:2) at com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source:0) at android.app.ActivityThread.installProvider(ActivityThread.java:7024) at...

I appreciate your work but on serious not Please update your gms library as its version is 9.8.0. and latest version is 12.0. It took lot of hours to fix...

Please check if your class has getContinuousLocation this method as i didnt find any.

There is no method with the following signature.... public void gpsLocationFetched(Location location, String placeName) {} instead its public void gpsLocationFetched(Location location) {} how do I get location name using this...