PHP地址名称转座标(腾讯地图接口),涵数来源:梦行云软件
Posted monxin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP地址名称转座标(腾讯地图接口),涵数来源:梦行云软件相关的知识,希望对你有一定的参考价值。
function 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地址名称转座标(腾讯地图接口),涵数来源:梦行云软件的主要内容,如果未能解决你的问题,请参考以下文章