0
配列をナビゲートするときに間違っているのはどうですか?私はphpとjsonの応答を使って緯度を取得する必要があります。 ありがとうございます。JSON google maps array
$googleurl='https://maps.googleapis.com/maps/api/geocode/json?address=Prague';
$json=file_get_contents($googleurl);
$res=json_encode($json, true);
print $res['results'][0]['geometry']['location']['lat'];