Shahar Erez

My feedback

3 results found

  1. 17 votes
    How important is this to you?
    An error occurred while saving the comment
    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.")
    }
    }

    Shahar Erez supported this idea  · 
  2. 3 votes
    How important is this to you?
    Shahar Erez shared this idea  · 
  3. 3,830 votes
    How important is this to you?
    Shahar Erez supported this idea  · 

Feedback and Knowledge Base