Analyze commute
analyze_commuteCompare car, walking, and cycling commutes between home and work with distances, durations, and turn-by-turn directions to inform your travel choice.
Instructions
Perform a detailed commute analysis between home and work locations, comparing multiple transportation modes with distances, durations and turn-by-turn directions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modes | No | Transportation modes to analyze (options: "car", "foot", "bike") | |
| depart_at | No | Optional departure time (format: "HH:MM") for time-sensitive routing | |
| home_latitude | Yes | Home location latitude (decimal degrees) | |
| work_latitude | Yes | Workplace location latitude (decimal degrees) | |
| home_longitude | Yes | Home location longitude (decimal degrees) | |
| work_longitude | Yes | Workplace location longitude (decimal degrees) |