Uber Nearest Car 1.0

Get the time it would take for the nearest Uber to reach you

  1. Patrick Mariadass
    At the end of this tutorial you'll be able to do something like this


    Steps:
    1. Add AutoLocation Location task to detect current location
      • Retrieve first location: True
      • Update Type: High Accuracy
      • Latitude stored as %allatitude
      • Longitude stored as %allongitude
    2. Add AutoWeb Web Service
      • API: Uber
      • API Action: Request Time
      • Variables (%estimate)
    3. Add Variable Set to convert %estimate to minutes
      • Set%UberTime to ceil(%estimate/60)
    4. Add AutoNotification to display data