我想把这个URL与PHP混为一谈,以便获得一个特定地址的纬度(2+bis+avenue+Foch75116+Paris+FR):
I use the google maps web service: http://maps.googleapis.com/maps/api/geocode/json?address=2+bis+avenue+Foch75116+Paris+FR&sensor=false
// Get the JSON
$url= http://maps.googleapis.com/maps/api/geocode/json?address=2+bis+avenue+Foch75116+Paris+FR&sensor=false ;
$source = file_get_contents($url);
$obj = json_decode($source);
var_dump($obj);
它没有工作。 我有这个错误:
概 述
因此,我搜索了网站,我发现,使用权 go地图皮有局限性(Min 1 sec between 2 questions and max 2500 questions perday)
你们是否知道将同情者改成——和——“Latitude/Longdle”?