user2653234
user2653234

Reputation: 71

Want more than 60 results from Google places API

I m working on an application to present the places around the user's current location.I have referred the google places API and found it great.But the max number of results returned are only 60. I would like to view 500-1000.Is there a provison from google for such stuff.I m ready to pay for such service too

Upvotes: 0

Views: 1423

Answers (1)

DDOc
DDOc

Reputation: 31

You can use radarSeach like this "service.radarSearch(request, callback);".

https://developers.google.com/maps/documentation/javascript/examples/place-radar-search

Upvotes: 0

Related Questions