Support for using entity IDs or name in Waze Travel Time (#37628)

This commit is contained in:
Tom Brien 2025-02-23 13:22:03 +00:00 committed by GitHub
parent 602ceab441
commit 88603f6d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,8 +32,8 @@ with route alternatives and travel times between two locations.
| Data attribute | Optional | Description | Example |
| ---------------------- | -------- | ----------- | --------|
| `origin` | no | The origin of the route | "51.330436, 3.802043" |
| `destination` | no | The destination of the route | "51.330436, 3.802043" |
| `origin` | no | The origin of the route | "51.330436, 3.802043", "person.fred" |
| `destination` | no | The destination of the route | "51.330436, 3.802043", "zone.work", "Work" |
| `region` | no | The region. Controls which waze server is used. | "us" |
| `units` | yes | Which unit system to use | metric |
| `vehicle_type` | yes | Which vehicle to use | "car" |