Directions Matrix
directions_matrix"Distance matrix" / "drive times between multiple points" / "travel times grid" / "all-to-all distances" — N×M distance and duration matrix between many coordinates. Use for traveling-salesman, delivery routing, nearest-warehouse, or "which of these N stores is closest to each of these M customers" questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | ||
| sources | No | ||
| annotations | No | ||
| coordinates | Yes | ||
| destinations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||