i am using Google maps API version 3 and text search for places using javascript.
But I only get 20 results.
How do I get more than 20 results (say, around 100 or 200)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The default is 20, but there can be as much as 60. However they’ll be on subsequent pages, see the documentation here and the example here for how to handle the pagination that’s required.