reverse_geocode
Convert latitude and longitude into a detailed address, including surrounding points of interest and road information.
Instructions
将经纬度坐标转换为详细的地址信息,包括结构化地址、周边POI、道路信息等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius | No | 搜索半径,单位:米,取值范围:0-3000,默认1000 | |
| location | Yes | 经纬度坐标,格式为"经度,纬度",如:"116.397499,39.908722" | |
| extensions | No | 返回结果详细程度,base=基础信息,all=详细信息(包含POI、道路等),默认all | all |