java - get distance between two places -


i trying find distance between 2 places, new this. came know openstreetmap. not sure do.

i found traveling salesman application uses osm route. here question how osm between places .e.g. "http://www.openstreetmap.org/api/0.6/map?bbox=10,30,10,30" gives me map of box (10,30,10,30) .. if want map between leeds , sheffield should query.

or there other way find distance.(as student want open source way academic project..)

please suggest..

for calculating routing distance between 2 places can use 1 of various online or offline routers. there list of various information routing developers containing list of libraries , other information.

if have obtain location of specific address before doing actual routing can use nominatim.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -