maps_direction_walking
Plan walking routes between two coordinates, with optional indoor pathfinding and multiple alternative routes to choose from.
Instructions
步行路径规划(路径规划 2.0,v5 接口)。支持室内算路、多备选路线。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | 起点坐标,格式"经度,纬度" | |
| isindoor | No | (可选)是否需要室内算路:0 不需要(默认)、1 需要 | |
| origin_id | No | (可选)起点 POI ID | |
| destination | Yes | 终点坐标,格式"经度,纬度" | |
| show_fields | No | (可选)控制返回字段,可选:cost(耗时)、navi(导航动作)、polyline(坐标串) | |
| destination_id | No | (可选)终点 POI ID | |
| alternative_route | No | (可选)返回备选路线条数:1、2、3,不传默认返回 1 条 |