gpslogger icon indicating copy to clipboard operation
gpslogger copied to clipboard

Any apk/service that we can invoke to get the latitude/longitude information

Open ybkamath opened this issue 4 years ago • 3 comments

Hi,

Are there any apks available in the gpslogger to get the latitude/longitude information directly as a return parameter?

ybkamath avatar Oct 25 '19 07:10 ybkamath

There's nothing that will return the location information from gpslogger. What are you trying to do?

mendhak avatar Oct 29 '19 06:10 mendhak

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 [email protected] 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 .

ybkamath avatar Oct 29 '19 07:10 ybkamath

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?

https://github.com/mendhak/gpslogger/blob/5a5932beceab8e2e370078de0667e46e4d113f4f/gpslogger/src/main/java/com/mendhak/gpslogger/common/ContentApi.java#L42

mendhak avatar Nov 05 '19 19:11 mendhak