AAIdrive icon indicating copy to clipboard operation
AAIdrive copied to clipboard

Yanosik in the app

Open jezikk82 opened this issue 4 years ago • 8 comments

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.

jezikk82 avatar Dec 17 '19 21:12 jezikk82

https://apkpure.com/pl/yanosik-antyradar-korki-nawigacja-kamera/pl.neptis.yanosik.mobi.android

jezikk82 avatar Dec 20 '19 06:12 jezikk82

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?

hufman avatar Dec 20 '19 18:12 hufman

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.

jezikk82 avatar Dec 21 '19 07:12 jezikk82

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

bogdan-calapod avatar Oct 26 '20 16:10 bogdan-calapod

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

przemeqq avatar Nov 11 '23 16:11 przemeqq

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?

hufman avatar Nov 11 '23 18:11 hufman

I could not find, but Yanosik is available in Android Auto, does it help?,

przemeqq avatar Nov 12 '23 18:11 przemeqq

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.

hufman avatar Nov 13 '23 03:11 hufman