Warn about slowing traffic ahead
Please add a feature to warn of s lowing traffic ahead.
When driving on the freeway, waze knows where we’re going, if the traffic is much slower ahead, a warning about slowing traffic would be very helpful and provide greater safety.
-
JAMES KELLEHER commented
when a route is not entered into waze , and your on a highway or parkway and there is traffic ahead alert the driver of upcoming traffic
-
Shahar Erez commented
I would add a loop that answers the following conditions
while (trafficAhead is <= (.33 * myCurrentSpeed) //maybe .5?
&&trafficAheadIsOnSameRouteAsMine = true //so that it doesn't warn us for people on off-ramps, etc..
&&trafficAhead >= 4 cars //so that it doesn't consider cars stopped on the shoulder as heavy traffic...
{
if (myLocation <= (trafficAhead - 1km) //give the warning when we're a kilometer away
{Announce("Slow down. Heavy traffic ahead.")
}
} -
Henry bowers jr commented
When driving on a freeway The GPS should say look there’s traffic ahead Time to slow down