Google Places API : next_page_token error
问题 I'm gathering information on the location of stores. The search is: <?php ... $url='https://maps.googleapis.com/maps/api/place/search/json?key=[my_key]&location=40.420989,-3.706812&radius=1000030&=&sensor=false'; $body=file_get_contents($url); ... ?> I return a Json without problems, and indicates that there is another page of results. I'll be back to make another call as follows <?php ... $url2='https://maps.googleapis.com/maps/api/place/search/json?key=[my_key]&pagetoken