Google Maps distance matrix api. Passing more than 25 origins
I have about 100 coordinates of places and would like to find the distance matrix of each of the element to other 99 in the list.
I can create all possible combination of origin, destination pairs and pass each of it to an API call and i am able to compute distance and duration as below.
But given than we can pass upto 25 destinations in one single API call, how can I do this with reduced number of api calls for the 100 locations I have ?