坐标逆地理编码
amap_reverse_geocodeConvert GCJ-02 or WGS84 coordinates to structured addresses and nearby points of interest, with optional radius and coordinate source tagging.
Instructions
把 GCJ-02 或 WGS84 坐标转换为结构化地址及附近 POI。只有调用方明确声明 device_gps 时才标记为设备位置。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius | No | ||
| location | Yes | ||
| coordinate_source | No | 坐标来源;只有明确来自设备 GPS 时才选择 device_gps | unknown |
| coordinate_system | No | 输入坐标系。高德结果统一输出 GCJ-02 | GCJ-02 |
| include_nearby_pois | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| tool | Yes | ||
| error | No | ||
| summary | Yes | ||
| metadata | Yes |