There is address provided in column database but any ways able to calcalute time of two distance using postal code? Supposed we used mapquest api.
Asked
Active
Viewed 114 times
1 Answers
0
The simplest method to find the distance between two locations is the route matrix which only returns time and distance. I'm no spreadsheet wizard that can provide a method to call the api, but here is a sample request for a route matrix to find the distance between two US zip codes.
www.mapquestapi.com/directions/v2/routematrix?key=KEY&from=80202+US&to=80220+US

MQBrian
- 452
- 1
- 3
- 7