search_nearby
Search for nearby points of interest (POIs) using coordinates and keywords. Find restaurants, shops, or other locations within a specified radius on Gaode Maps.
Instructions
根据经纬度和关键词进行周边搜索,返回指定半径内的 POI 列表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | 中心点经纬度,格式为 'lng,lat',如 '116.397128,39.916527' | |
| keywords | No | 搜索关键词,例如: '餐厅'。 | |
| types | No | POI 分类码,多个分类用逗号分隔 | |
| radius | No | 搜索半径(米),最大50000 | |
| page_num | No | 页码,从1开始 | |
| page_size | No | 每页数量,最大25 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No | ||
| success | Yes |