Open ybkamath opened 5 years ago
There's nothing that will return the location information from gpslogger. What are you trying to do?
Basically I have a Lua script that I am trying to use to get the lat long information from the app.
On Tue, Oct 29, 2019, 12:26 PM mendhak notifications@github.com wrote:
There's nothing that will return the location information from gpslogger. What are you trying to do?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mendhak/gpslogger/issues/780?email_source=notifications&email_token=ACSD6ITT7VHUO26FGMCW5TDQQ7NDLA5CNFSM4JE7TVV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECPODQI#issuecomment-547283393, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSD6ISKJQOIQIUWTGCI3QDQQ7NDLANCNFSM4JE7TVVQ .
Hmm, there is a ContentProvider API in the APK but it only gives the current directory path. You could try, modifying it to return the current lat long?
Hi,
Are there any apks available in the gpslogger to get the latitude/longitude information directly as a return parameter?