This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Distance Matrix

0

Hi, I am doing a java aplication, and I use a Google Distance Matrix API (https://developers.google.com/maps/documentation/distancematrix/) for calculate the distance (time and km) between 40 points(for example) but it have limitations... exists an openstreetmap alternative?

Thanks

asked 24 Oct '12, 11:53

RoberV's gravatar image

RoberV
11112
accept rate: 0%

edited 24 Oct '12, 12:07

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866


2 Answers:

0

Currently there is no official routing API for OSM yet but there are lots of third-party routing solutions, either offline routers (and consequently without any limitation) or online routers where each service has different limitations (or none at all).

answered 24 Oct '12, 13:47

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

0

answered 26 May '15, 17:15

peatar's gravatar image

peatar
3512312
accept rate: 8%

Source code available on GitHub .