distance_matrix_with_traffic
Calculate distances and travel times with real-time traffic data between multiple coordinates. Supports driving, trucking, biking, and walking profiles.
Instructions
Calculate distances and traffic-aware ETAs between multiple points using real-time traffic data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Travel mode (default: driving) | |
| coordinates | Yes | Semicolon-separated lat,lng points (min 2). e.g. '28.55,77.13;28.48,77.05' |