腾讯地图的key值
key='2DRBZ-YIEK4-X4TUH-XQ6Z5-4Y75E-BBBJW'
获取当前位置接口
GET
https://apis.map.qq.com/ws/geocoder/v1/?location=latitude,longitude&key=key
参数 | 说明 | 必填项 |
---|---|---|
latitude | 经度 | true |
longitude | 纬度 | true |
key | 腾讯地图key | true |
获取省市列表
GET
https://apis.map.qq.com/ws/district/v1/list?key=key
参数 | 说明 | 必填项 |
---|---|---|
key | 腾讯地图key | true |
根据id获取下级列表
GET
https://apis.map.qq.com/ws/district/v1/getchildren?id=id&key=key
参数 | 说明 | 必填项 |
---|---|---|
id | 地区编号 | true |
key | 腾讯地图key | true |
网友评论