Skip to content
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

Exposing bearing to the location messages #1777

Closed
wir3z opened this issue Aug 5, 2024 · 6 comments
Closed

Exposing bearing to the location messages #1777

wir3z opened this issue Aug 5, 2024 · 6 comments
Assignees

Comments

@wir3z
Copy link
Contributor

wir3z commented Aug 5, 2024

Any thoughts of exposing the bearing in the location update message? It looks to be created by the GPS position, somehow is shown for each friend when you view them, but doesn't get sent out.

  • App build number: 2.5.x
  • Android version: 14
  • Device: Pixel
  • Installation source: APK
@jpmens
Copy link
Member

jpmens commented Aug 6, 2024

If it is a value generally obtainable in Android, sure, why not, although I don't think I'd have a use for it.

What would you propose calling the JSON element? I'm not aware of an abbreviation for bearing. Would we call it just that, bearing?

@ckrey
Copy link
Member

ckrey commented Aug 6, 2024

do you mean the movement direction „course over ground” which we already report when available as “cog”? Or the orientation of the device?

@jpmens
Copy link
Member

jpmens commented Aug 6, 2024

It sounded familiar ... From the Booklet:

  • cog Course over ground (iOS/integer/degree/optional)

@wir3z
Copy link
Contributor Author

wir3z commented Aug 6, 2024

I was thinking "direction" (0-360 degrees). On iOS, does cog return as an angle? I thought it was direct distance from A->B; without having an iOS device to confirm! Thought that is what I read from the Recorder, but may be mistaken.

@growse growse self-assigned this Aug 9, 2024
@growse growse closed this as completed in 41a0c55 Aug 9, 2024
@wir3z
Copy link
Contributor Author

wir3z commented Aug 10, 2024

Awesome, thanks! Works great!

@jpmens
Copy link
Member

jpmens commented Aug 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants