get_hotel_distance_and_transit
Calculate travel distance and transit options between a hotel and any destination. Get directions, travel modes, and provider details for efficient trip planning.
Instructions
Calculate travel distance and transit options between a hotel and a target destination.
Alias of get_transit_and_directions(...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| country | No | KR | |
| provider | No | ||
| destination | Yes | ||
| travel_mode | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if routing failed | |
| driving | No | Driving route option | |
| transit | No | Public transit route options | |
| walking | No | Walking route option | |
| provider | Yes | Route calculation provider (e.g. 'kakao', 'google_maps') | |
| origin_name | Yes | Resolved origin place name | |
| origin_address | No | Origin address | |
| destination_name | Yes | Resolved destination place name | |
| destination_address | No | Destination address |