Skip to content Skip to sidebar Skip to footer

Accessing Additional Results In Google Places Search

Hi to all I am trying to get places from The Google Places API. for the first time I got the first 20 result but when I use it second time with the request 'next_page_token' like t

Solution 1:

try this : https://maps.googleapis.com/maps/api/place/search/xml?pagetoken=ClRBAAAAxvr8aF....LiOZ6WQlrmnsux8_icrApjJOIky&location=46.2058000,-1.1645000&radius=500&sensor=false&key=your key here

pagetoken instead of page_token ...

Post a Comment for "Accessing Additional Results In Google Places Search"