Hi I am using the “Place Search Requests” from google:
A Place Search request is an HTTP URL of the following form:
https://maps.googleapis.com/maps/api/place/search/output?parameters
But the problem is I have to make hundreds of queries to google and this makes the APP very very slow.
Could I somehow bundle the requests at once? For example, I can send all the names of the places to google and get the result back in a row?
Regards, Yashu
You can only do what the documentation says will work.
Side note: Bulk downloads of data are forbidden by the Terms. It’s open to question why you need to make hundreds of queries, and indeed whether your use case is allowed.