uber_estimate_time: Time estimate

Description Usage Arguments References Examples

View source: R/api.R

Description

Returns ETAs for all products currently available at a given location. The ETA for each product is expressed in seconds.

Usage

1
2
uber_estimate_time(start_latitude = NULL, start_longitude = NULL,
  start_address = NULL, product_id = NULL)

Arguments

start_latitude

Initial latitude.

start_longitude

Initial longitude.

start_address

Initial address.

product_id

Unique identifier representing a specific product.

References

https://developer.uber.com/docs/ride-requests/references/api/v1-estimates-time-get

Examples

1
2
3
4
## Not run: 
uber_estimate_time(start_latitude = 37.761492, start_longitude = -122.423941)

## End(Not run)

ubeR documentation built on May 30, 2017, 1:41 a.m.