私は緯度と経度を持っています。今は都市名を見つけなければなりません。
ジオコードを使用していますが、正しい都市名を取得できません。
しかし、都市名が正しくありません。
正しい都市名を取得する方法はありますか?
$geocode_stats = file_get_contents("maps.googleapis.com/maps/api/geocode/…" . "&sensor=true");
$output_deals = json_decode($geocode_stats);
$city = $output_deals->results[0]->address_components[1]->short_name;