maps_bicycling
Plan cycling routes with turn-by-turn directions, using current road conditions to avoid one-way streets and closures. Get route options and navigation details.
Instructions
骑行路径规划(路径规划 2.0,v5 接口)。考虑单行线、封路等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | 起点坐标,格式"经度,纬度" | |
| destination | Yes | 终点坐标,格式"经度,纬度" | |
| show_fields | No | (可选)控制返回字段,可选:cost(耗时)、navi(导航动作)、polyline(坐标串) | |
| alternative_route | No | (可选)返回备选路线条数:1、2、3 |