我想从用户输入的经度和纬度获得国家。但我无法使用以下所有国家/地区
$country = $code->results[0]->address_components[6]->long_name;
因为有时候国家名称会出现在
中$country1 = $code->results[5]->formatted_address;
如何获取get country的常用代码?
答案 0 :(得分:0)
在获取长名称之前,您应该检查types
country
而不是索引。我非常怀疑这个国家对所有地址都处于相同的位置。
https://developers.google.com/maps/documentation/geocoding/intro