Driving Distance between two Addresses using Mapquest API

I am working on a report showing distances and drive times between a lot of different locations. After some research it looks like the Mapquest REST API might be my best bet for the information. Does anyone have any experience using this? As of right now it looks like I will have to loop through my list of locations calling to the API each time to get the information. Does anyone have any better solutions?

Hallo @AndrewDeacon,

I haven’t use the Mapquest API yet, but it looks like you are right and you would need to loop through the list of your locations.
Here is a similar workflow, where they loop over 50 IP addresses to get the latitude and longitude coordinates via a REST API: RESTful Geolocation
Maybe this could serve as a starting point for your use case.

Kind regards,
Janina

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.