Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Places Search - Next Page Token returns same results

When I call

https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=42.9825,-81.254&radius=50000&name=Medical%22Clinic&sensor=false&key=[KEY GOES HERE] 

I get a set of results with next_page_token being available

now if i do the same

https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=42.9825,-81.254&radius=50000&name=Medical%22Clinic&sensor=false&key=[KEY GOES HERE]&next_page_token=[NEXT PAGE TOKEN GOES HERE] 

I get the same results as the first query not the next set of results

like image 996
Zoinky Avatar asked Mar 28 '13 21:03

Zoinky


1 Answers

The parameter should be pagetoken, not "next_page_token".

Try this:

https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=42.9825,-81.254&radius=50000&name=Medical%22Clinic&sensor=false&key=[KEY GOES HERE]&pageToken=[NEXT PAGE TOKEN GOES HERE] 
like image 99
Thomas Andersen Avatar answered Oct 16 '22 18:10

Thomas Andersen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!