map_route
Calculate a route between two points by providing origin, destination, and travel mode (driving, transit, walking).
Instructions
[Maps] 路线规划 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/map-route
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | 起点 | |
| destination | Yes | 终点 | |
| mode | Yes | 方式: driving/transit/walking(可选) |