-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/exp/sensor: geolocation #13695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The feature request may fit in the responsibilities of the sensor package but there are two nitpicks:
|
👍 GPS API |
Is there any work on this? I have geolocation needs and would prefer to stay in Go. It wouldn't be that hard to create an API for this one feature would it? If there is no work on it, I'll have to just bind my Go, which isn't what I'd like to do. |
Same boat here as @Oregon-Tech-Ninja and would love to see GPS in Go :). @Oregon-Tech-Ninja did you find an alternate solution you can share by any change? |
I was thinking of a library in iOS and Android that were just functions you
could call from go to get all the native features like GPS and
accelerometer. I haven't looked too much into it though.
…On Jan 26, 2017 7:35 AM, "Bruce" ***@***.***> wrote:
Same boat here as @Oregon-Tech-Ninja
<https://github.com/Oregon-Tech-Ninja> and would love to see GPS in Go
:). @Oregon-Tech-Ninja <https://github.com/Oregon-Tech-Ninja> did you
find an alternate solution you can share by any change?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13695 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/APmUR5ABdbeUVSKBJnF1nOZeYpALjedvks5rWL1fgaJpZM4G46oV>
.
|
This would be amazing |
Would have to wait for #50104 to be added I guess, since manually enabling location permissions in the settings would be a bit weird... Has anyone found any solutions/bindings yet? |
Add to x/mobile the ability to retrieve current latitude/longitude from e.g. GPS. (Relates to #9330)
The text was updated successfully, but these errors were encountered: