I have typical issue.
- I am hitting Place search API and Getting Results.
- After that i need Show the Driving Distance for each of the Place to display.
- To do so i am hitting Google API 10 times to fetch 10 Driving distance.
But as google does not allow multiple hit within a seconds, So google is returning OVER_QUERY_LIMIT after 1 or 2 response.
Can anybody tell how can i do so that all the driving distances come correctly ?