0

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.

JohnnyCc
  • 525
  • 1
  • 8
  • 23

1 Answers1

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