I am getting problem with google distance matrix api. I want to use google distance matrix api to calculate distance between various origin and destination places. The google is only allowing 25 place in one query i.e. only 25 origin and destination, but I am having so many places, so I am planning to call distance matrix api query multiple times but not sure how to implement this ? Anyone is having idea how to implement the feature which allows multiple query call to distance matrix api and then storing data into one common storage for all of the calls.
Any help would be appreciated.
Thanks in advance.