I want to develop a map application which will display the banks near a given place.
I use the Places library to search and everytime it just return 20 results. What
Now it is possible to have more than 20 results (but up to 60), a parameter page_token was added to the API.
Returns the next 20 results from a previously run search. Setting a page_token parameter will execute a search with the same parameters used previously — all parameters other than page_token will be ignored.
Also you can refer to the accessing additional results section to see an example on how to do the pagination.