GPS access
#143
Replies: 2 comments 4 replies
|
I ran into the same limitation while building a tool that needs a single location lookup (not background tracking) The SDK metadata allows |
0 replies
|
We definitely want this! Will try to get to it after we get through our current File Manager/ Keyboard work. If anyone wants to take a stab at it in the meantime, please file an issue and tag me. We likely won't support background tracking but tools should definitely be able to query/monitor current location while in focus. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In Pico Transit's explore mode (Pico transit is the transit tool I'm working on) I try to identify the closest stop to the user they can board from via IP. It's awful over cellular and often gets results states away. Is there any likelihood gps as available from directions will be available from the sdk? I only need the app to ping location once. If not I plan to just have them search for the address, ping nominatim for translation to lat-long, and they can be on their merry way and I'll do away with the IP ping entirely as it's not as reliable as GPS.
All reactions