KelvinAng95 / osmbonuspack

Automatically exported from code.google.com/p/osmbonuspack
0 stars 0 forks source link

Need some hints about road class #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have one more question. I wat thinking to add in your lib that my app reads 
road, but instead of reading turn by turn information I wan't that it reads 
place by place information. Can you give me some hint's how to do it.

I was thinking to use nominatim classes and reverse geocoding I hope that this 
will be useful.

I hope that I don't bother you with so many questions.

Original issue reported on code.google.com by Valki...@gmail.com on 28 Aug 2012 at 9:39

GoogleCodeExporter commented 8 years ago
It depends on what you expect as "place by place information". 

If for each road node you want to have its address, road services like MapQuest 
and OSRM don't provide it. So effectively you can use reverse geocoding API to 
get it. 

But you may encounter a performance issue, having to do many reverse geocoding 
requests (one for each node) ... 

Original comment by mathieu....@gmail.com on 29 Aug 2012 at 8:49

GoogleCodeExporter commented 8 years ago
I was thinking on place as a city or village. I need to show routes between 
cities and villages in my country using dijkstra algorithm. I'm not sure how to 
do it, it seems that reverse geocoding is good solution for that, but I'm not 
sure how to use it with dijkstra algorithm which will connect cities.

Original comment by Valki...@gmail.com on 29 Aug 2012 at 9:44

GoogleCodeExporter commented 8 years ago
I'm still not sure to really understand what you want to obtain. 

But if you plan to implement dijkstra algorithm yourself, you are going far 
beyond my competencies, and I will not be able to provide you any help on 
that... 

I have the feeling that OSRM project could be quite close from what you want. 

Original comment by mathieu....@gmail.com on 1 Sep 2012 at 8:36

GoogleCodeExporter commented 8 years ago
Thanks for your reply and for your patience. I will try to see documentation 
from OSRM  project.

Best regards.

Original comment by Valki...@gmail.com on 10 Sep 2012 at 8:20

GoogleCodeExporter commented 8 years ago
Hello Mathieu,

me again. I just want to say thanks. Why? Your lib helped me to graduate on my 
faculty. If you ever come to Croatia I will be glad to be your host. 

Best regards.

Original comment by Valki...@gmail.com on 2 Oct 2012 at 3:38

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 12 May 2013 at 7:01