PHP地址名称转座标(腾讯地图接口),涵数来源:梦行云软件
2020-12-24 04:30
标签:amp decode oca ati res nts ddr tps http PHP地址名称转座标(腾讯地图接口),涵数来源:梦行云软件 标签:amp decode oca ati res nts ddr tps http 原文地址:https://www.cnblogs.com/monxin/p/13763760.htmlfunction get_address_gps_tx($map_key,$address){ //地址名称转座标
$r=file_get_contents(‘https://apis.map.qq.com/ws/geocoder/v1/?address=‘.$address.‘&key=‘.$map_key);
$r=json_decode($r,1);
return $r;
//$r[‘result‘][‘location‘][‘lng‘] $r[‘result‘][‘location‘][‘lat‘]
}
文章标题:PHP地址名称转座标(腾讯地图接口),涵数来源:梦行云软件
文章链接:http://soscw.com/index.php/essay/37843.html