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

how do i get the driving distance between 2 address points?

0

i only need driving distance between 2 address points in km.
But what do i need to do for only this in text format and does it cost money?

my project language is php

asked 28 Apr '21, 21:50

Mustachealtun's gravatar image

Mustachealtun
11113
accept rate: 0%

edited 28 Apr '21, 21:51


One Answer:

0

Hello,

just search for openrouteservice api playground. As far as I remember you need a (free) registration to get a token and starting asking requests; usually server response is in geojson.

answered 29 Apr '21, 08:13

Cascafico's gravatar image

Cascafico
283202329
accept rate: 0%

Source code available on GitHub .