Reputation: 1059
I'm listing out restaurants, bars and pubs near by I used "pageToken" as I need more place records.
I faced two issues as
I tried encoding URL but its not working so Just encode | as "%7C" is this correct way?
My URL is something like
But its returning same records on every request, I have verified that pageToken is getting changed in every request.
Can you please let me know where I made mistake?
Upvotes: 1
Views: 617
Reputation: 271
You are passing wrong key pageToken. Change it to pagetoken and it will work.
Please refer this link for further information: https://developers.google.com/places/web-service/search
Upvotes: 5