騰訊地圖的key值
key='2DRBZ-YIEK4-X4TUH-XQ6Z5-4Y75E-BBBJW'
獲取當前位置接口
GET
https://apis.map.qq.com/ws/geocoder/v1/?location=latitude,longitude&key=key
參數(shù) | 說明 | 必填項 |
---|---|---|
latitude | 經(jīng)度 | true |
longitude | 緯度 | true |
key | 騰訊地圖key | true |
獲取省市列表
GET
https://apis.map.qq.com/ws/district/v1/list?key=key
參數(shù) | 說明 | 必填項 |
---|---|---|
key | 騰訊地圖key | true |
根據(jù)id獲取下級列表
GET
https://apis.map.qq.com/ws/district/v1/getchildren?id=id&key=key
參數(shù) | 說明 | 必填項 |
---|---|---|
id | 地區(qū)編號 | true |
key | 騰訊地圖key | true |