Get Maximum (more Than 20) Results In Google Map Api
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)?
Solution 1:
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.
Post a Comment for "Get Maximum (more Than 20) Results In Google Map Api"