search_polygon
Search for points of interest inside a custom polygon. Use vertex coordinates to set the area, with optional keyword and POI type filters.
Instructions
在指定多边形区域内搜索兴趣点,适用于特定区域范围的搜索。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | POI类型代码,多个用"|"分隔 | |
| polygon | Yes | 多边形顶点坐标,格式:"经度1,纬度1;经度2,纬度2;...",至少3个点,最多100个点 | |
| keywords | No | 搜索关键字 | |
| page_num | No | 页码,从1开始,默认1 | |
| page_size | No | 每页返回结果数量,取值范围:1-50,默认20 |