We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The original Soundscape app announced upcoming intersections, reading out the streets that meet.
This will require knowing what road the user is currently on (see #4).
Getting the street names will require the ability to look up cached features by OSM ID, since each intersection feature is just a list of IDs..
The text was updated successfully, but these errors were encountered:
Basic intersection callouts (#5)
09c1be8
I added a basic implementation of this, but it could use many refinements:
The complete logic for this in iOS Soundscape is nontrivial, but is helpfully documented: https://github.com/soundscape-community/soundscape/blob/943ff8a91181f6e8bbd8f74cb338888b9f29f3cf/docs/ios-client/components/intersections-callout-logic.md
Sorry, something went wrong.
steinbro
No branches or pull requests
The original Soundscape app announced upcoming intersections, reading out the streets that meet.
This will require knowing what road the user is currently on (see #4).
Getting the street names will require the ability to look up cached features by OSM ID, since each intersection feature is just a list of IDs..
The text was updated successfully, but these errors were encountered: