-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Yanosik in the app #57
Comments
What sort of integration are you thinking of? If you are thinking about adding information on the map, do they provide an API to show fetch information? |
I don't know if they allow but showing the app ui in android Web view would be the best. So we would have full interaction with it. |
From what I can see it's some sort of Waze-like app - maybe we can do something similar with the notifications like with #131 ? On second thought, I think with a bit of API integration, we can make a "wrapper" that could pull additional data based on your location from e.g. Waze, Yanosik, etc. and display it in the "Navi screen", be it the notification view from above or any future integration, such as #43 ? I can look into this and make a summary of services like these, and then we could see how to proceed |
The primary use case for Yanosik is to notify drivers about police or stationary radars ahead. It also addresses other minor issues, such as a broken-down car on the side of the road, among others. Users have the option to confirm or thank others for the notification, or to report that it's no longer valid (e.g., the police have moved elsewhere). Additionally, there is an option to report police presence, broken-down vehicles, etc. Some of these options are now available on Google Maps. If we could fetch this information from Google Maps or Yanosik and display it as an alert on the screen, with options to confirm or dismiss, that would be great |
AAIdrive itself won't be getting such a feature, it would belong in an addon. Is there any API for a source of this data? |
I could not find, but Yanosik is available in Android Auto, does it help?, |
Unfortunately not, Android Auto provides a canvas for the apps to draw onto (and they refuse to draw on a canvas that isn't provided specifically by Android Auto), instead of a high-level API like the music apps do, so AAIdrive is unable to interact with those apps. |
Hi,
could you check if it's possible to include popular in Europe app called Yanosik, especially reports about accidents, police patrols, traffic jams, etc.
The text was updated successfully, but these errors were encountered: