calculate_commute
Calculate estimated commute time between two points or between a property and a location. Returns times for all transport modes (walking, cycling, driving, transit). Based on straight-line distance with typical speeds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_lat | Yes | Destination latitude | |
| to_lng | Yes | Destination longitude | |
| from_lat | No | Starting latitude (used if property_id not provided) | |
| from_lng | No | Starting longitude (used if property_id not provided) | |
| to_label | No | Human-readable name for the destination (e.g., 'Lisbon Airport') | |
| property_id | No | The property's minhamorada.pt code (e.g. mm-a7f3b2c9), as returned by search_properties. Alternative to from_lat/from_lng. |