1
votes

I have started to work on the Directions API using GCP console. I have 2 doubts regarding this API:

  1. Is it possible to run bulk upload to get the distance and time between 2 points? I have a file with 25000 rows with Origin & Destination details. I need to get distance and time for these O-D combinations.
  2. Is it possible to calculate AIR distance using Directions API? I have Air Freight data with Origin Region, Origin Airport, Destination Region & Destination Airport. I need to calculate Air Distance between these points. Is it possible to do this using Directions API in GCP?
Please see How to Ask (only ask one question in a question). #1 is likely possible, but the terms of use prohibit bulk downloads #2 is possible to calculate without any APIs (unless you want an actual route the aircraft would travel, in which case it would require a different API, Google's Directions API doesn't support "flights")geocodezip