Skip to content

Shahar Erez

My feedback

3 results found

  1. 15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Shahar Erez shared this idea  · 
  3. 3,628 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Shahar Erez supported this idea  · 

Feedback and Knowledge Base