Hello,
For first, I know that my question could be rediculous, but I didn’t find what I search even if I’m sure that is really easy…
I’m looking for the way to get distance between two adresses with the formula excel =webservice()
I know that I have to put an url and an api key somewhere, but where ? I found this but it doesn’t work
You will have to extract the distance from this in your excel sheet.
Note that the point parameters have to be given as GPS coordinates (not just plain text addresses). If you need to translate addresses to coordinates first you can use the /geocode endpoint which is documented here.
That is prefect ! I found that the distance is in meters (then /1000 to get kilometers) and time in milliseconds (then /1000/60 to get seconds).
You made my day ! I save so much time and I understand better the way how API works… Now I can finish my projet.
Have a nice day