I have started to work on the Directions API using GCP console. I have 2 doubts regarding this API:
- 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.
- 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?