locus-android
locus-android copied to clipboard
An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
java.lang.IllegalArgumentException: com.taskflo: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some...
Application running slow when using startLocationUpdate to update my marker when new location is received. The UI lags as more location update happens.
**Permission** Currently, OnClick of Deny, It is asking/showing again and again. **Solution** OnClick of Deny, the Permission Dialog should be dismissed. **Alternative** Not a good approach, Surrounded it with Dexter...
Location not provided when enabling location button **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Show the popup before requesting for background location service all the time. It's better...
**Describe the bug** I have an app that can work with coarse/approximate location. when the user chooses to use approximate location from the permission request dialog the Locus location request...
probably adding HMS dependency solves the problem, but is there a way that I'm not forced to add the dependency?
**Describe the bug** Locus's single location update is not accurate, sometimes. I need help trying to figure this out. **To Reproduce** Steps to reproduce the behavior: 1. Create app with...
Hi all, Thank you for using this library and showing your support and interest for this library. Its been a long time since I moved away from native Android development...
**Is your feature request related to a problem? Please describe.** The library supports both GMS and HMS what if we have a device that doesn't have both of them? **Describe...