ai didi

google-maps - 设置反向地理编码语言 Gmaps v.3

转载 作者:行者123 更新时间:2023-12-04 14:42:11 24 4
gpt4 key购买 nike

现在有人知道如何为反向地理编码 php 响应设置语言吗? (始终设置为 en)

**Here is the code**
<code>
$api_key = "***";

$url = 'http://maps.google.com/maps/geo?q=49.8411860,30.1066580&output=json&sensor=true_or_false&key=' . $api_key.'&language=uk';

$data = @file_get_contents($url);

$jsondata = json_decode($data,true);

if(is_array($jsondata )&& $jsondata ['Status']['code']==200) {
$addr = $jsondata ['Placemark'][0]['address'];
}

echo $addr;
</code>
**The Output is**

"L'va Tolstoho street, Bila Tserkva, Kyivs'ka oblast, Ukraine"

最佳答案

如果您想要英语,则将您的 URI 变量语言更改为“en”,即 &language=en

$url = 'http://maps.google.com/maps/geo?q=49.8411860,30.1066580&output=json&sensor=true_or_false&key=' . $api_key.'&language=en';

Google Maps API Localization Reference Guide

See the list of all language codes on wikipedia

关于google-maps - 设置反向地理编码语言 Gmaps v.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14815192/

24 4 0
文章推荐: pattern-matching - 元组的匹配
文章推荐: Scripting.Dictionary Lookup-add-if-not-present 只有一键搜索?
文章推荐: gcc - 错误:/tmp/SASM/macro. o:没有这样的文件或目录
文章推荐: google-apps-script - 在 Google 电子表格中查找和删除所有表情符号
行者123
个人简介

我是一名优秀的程序员,十分优秀!

滴滴打车优惠券免费领取
滴滴打车优惠券
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com