With google places api, i get a maximum of 20 results per request. Why is it so?
Can i increase the number of results by any other methods??
20 is the max unfortunately. what you can do though is make several requests with a different radius and merge/filter the results together.