Description Usage Arguments References Examples
Returns ETAs for all products currently available at a given location. The ETA for each product is expressed in seconds.
1 2 | uber_estimate_time(start_latitude = NULL, start_longitude = NULL,
start_address = NULL, product_id = NULL)
|
start_latitude |
Initial latitude. |
start_longitude |
Initial longitude. |
start_address |
Initial address. |
product_id |
Unique identifier representing a specific product. |
https://developer.uber.com/docs/ride-requests/references/api/v1-estimates-time-get
1 2 3 4 | ## Not run:
uber_estimate_time(start_latitude = 37.761492, start_longitude = -122.423941)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.