search_around
Search for points of interest around a specified coordinate, such as nearby restaurants or gas stations. Filter by radius, keywords, or POI type.
Instructions
在指定坐标点周围搜索兴趣点,适用于"附近的餐厅"、"周边加油站"等场景。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | POI类型代码,如:"050000"(餐饮服务)等,多个用"|"分隔 | |
| radius | No | 搜索半径,单位:米,取值范围:0-50000,默认3000 | |
| keywords | No | 搜索关键字,如:"餐厅"、"ATM"、"医院"等,不填则搜索所有类型 | |
| location | Yes | 中心点坐标,格式为"经度,纬度",如:"116.397499,39.908722" | |
| page_num | No | 页码,从1开始,默认1 | |
| sortrule | No | 排序规则,distance=按距离排序,weight=按权重排序,默认distance | distance |
| page_size | No | 每页返回结果数量,取值范围:1-50,默认20 |