walking_route
Calculate a walking route between two coordinates, delivering path details, navigation steps, and estimated time.
Instructions
计算两点间的步行路径,提供步行导航信息和预计时间。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | 起点坐标,格式为"经度,纬度" | |
| multipath | No | 是否返回多条路径:0=单条路径,1=多条路径,默认0 | |
| destination | Yes | 终点坐标,格式为"经度,纬度" |