Skip to content

Commit

Permalink
Support for using entity IDs or name in Waze Travel Time (#37628)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBrien authored Feb 23, 2025
1 parent 602ceab commit 88603f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_integrations/waze_travel_time.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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" |
Expand Down

0 comments on commit 88603f6

Please sign in to comment.