BirjuVachhani / locus-android

An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
https://birju.dev/posts/retrieve-location-in-just-3-lines-android/
Apache License 2.0
358 stars 40 forks source link

Getting Location without GMS and HMS. #88

Open Abdullqadir opened 1 year ago

Abdullqadir commented 1 year ago

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 the solution you'd like To support Android devices that lack Google Mobile Services (GMS) and Huawei Mobile Services (HMS), we can use alternative Android APIs that do not require either platform to obtain the user's current location.

Describe alternatives you've considered None.

Additional context None.