pure-maps icon indicating copy to clipboard operation
pure-maps copied to clipboard

Speed cameras alerts

Open sokolgeo opened this issue 1 year ago • 3 comments

This is to implement visual on-screen and voice prompt warnings for upcoming speed cameras when navigating.

Probably OsmAnd implementation could be cited for reference: https://osmand.net/docs/user/navigation/guidance/voice-navigation#speed-cameras

I believe the data is already there (in the OSM map) ?

sokolgeo avatar Mar 03 '24 12:03 sokolgeo

I guess such information is available somewhere, maybe even OSM. I never looked into it and wouldn't set as priority for myself. Note that there are legal aspects that have to be handled as well (see screenshot from OsmAnd in the given reference).

rinigus avatar Mar 03 '24 12:03 rinigus

The information is actually already in the map, you just need to warn the user when approaching these points during car navigation: https://wiki.openstreetmap.org/wiki/Tag:highway%3Dspeed_camera

As long as this is disabled by default and the user is given a clear warning when enabling it, we are probably safe from a legal point of view. Something similar like OsmAnd asks for confirmation when enabling speedcam warnings: "In some countries or regions it is illegal to use speed camera warnings. You must make a decision based on the laws in your country. "

Does this bring some clarity to the issue?

sokolgeo avatar Mar 04 '24 13:03 sokolgeo

While information is there, it still needs to be processed and presented to the user. As for legal aspects, I agree. That sounds like a reasonable approach. In addition, Pure Maps has a framework for that as well in terms of handling licenses that user agreed to.

rinigus avatar Mar 04 '24 18:03 rinigus