From 88603f6d3fc3e53c2fa7f2970040aa7cfd6c7df9 Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Sun, 23 Feb 2025 13:22:03 +0000 Subject: [PATCH] Support for using entity IDs or name in Waze Travel Time (#37628) --- source/_integrations/waze_travel_time.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/waze_travel_time.markdown b/source/_integrations/waze_travel_time.markdown index d41fc5fbd80..4e0c327ea85 100644 --- a/source/_integrations/waze_travel_time.markdown +++ b/source/_integrations/waze_travel_time.markdown @@ -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" |