mendhak / gpslogger

:satellite: Lightweight GPS Logging Application For Android.
https://gpslogger.app
Other
1.99k stars 609 forks source link

[feature request] interface with UnifiedNlp directly if available #1045

Open khimaros opened 1 year ago

khimaros commented 1 year ago

on the FDroid release, I believe network location is not available reliably because the Google Location Services bits have been disabled. so even if the user has microG installed along with a few UnifiedNlp backends, network location will not resolve.

see also https://github.com/mendhak/gpslogger/issues/284

khimaros commented 1 year ago

here's a good example of how this can be implemented: https://github.com/mirfatif/MyLocation/blob/master/app/src/main/java/com/mirfatif/mylocation/NlpBackend.java