How to construct a GPS mobile app for safest Path?
Hi there,
I'm trying to develop a mobile application, like a GPS, but instead of only plan routes based on distance/traffic/etc , I also want to plan the best path based on safety. Well, from what I know from university, a graph has weights, in my case I want to introduce as weight, the number of accidents in a road/way. I already have that information, taken from insurance companies.
I think I could do this with OSM services, but I don't know how. Do you know what services should I use to? I think the best strategy is first - load the maps, second - convert it to a graph , third - apply weights , fourth - use routing algorithms. What do you think about it?
Thanks