Google商家信息雷达搜索:file_get_contents()提供的结果多于浏览器

时间:2016-02-09 19:39:22

标签: php url search google-places-api

我正在使用谷歌的雷达搜索,我有一个奇怪的行为:

网址

https://maps.googleapis.com/maps/api/place/radarsearch/json?location=48.859294,2.347589&radius=5000&types=food|cafe&keyword=vegetarian&key=[mygooglekey]

有9个结果。看这里: http://pastebin.com/fEH3Es0Q

使用此代码,使用相同的URL:

<?php 
$radarurl = "https://maps.googleapis.com/maps/api/place/radarsearch/json?location=48.859294,2.347589&radius=5000&types=food|cafe&keyword=vegetarian&key=[mygooglekey]";
$json = file_get_contents($radarurl);
$radar = json_decode($json);
print_r($radar);
?>

我得到77个结果。看这里: http://www.giwaco.de/test.php

:/

Adrian

0 个答案:

没有答案