## 騰訊地圖城市列表
~~~[api]
post:map/list
<<<
success
<<<
error
~~~
## 騰訊地圖獲取指定行政區劃的子級行政區劃
~~~[api]
post:map/getchildren
*region#城市名稱
<<<
success
<<<
error
~~~
## 騰訊地圖地址搜索
~~~[api]
post:map/search
*region=默認值#區域
*keyword=默認值#關鍵詞
<<<
success
<<<
error
~~~
## 騰訊地圖根據經緯度獲取地址
~~~[api]
post:map/getAddress
*latitude=默認值#緯度
*longitude=默認值#經度
<<<
success
<<<
error
~~~
## 騰訊地圖根據地址獲取經緯度
~~~[api]
post:map/getLocation
*address=默認值#地址
*region=默認值#區域
<<<
success
<<<
error
~~~