Description Usage Arguments References Examples
Returns information about the Uber products offered at a given location.
1 | uber_products(latitude = NA, longitude = NA, product_id = NA)
|
latitude |
Latitude of location. |
longitude |
Longitude of location. |
product_id |
Unique identifier representing a specific product. |
https://developer.uber.com/docs/ride-requests/references/api/v1-products-get https://developer.uber.com/docs/ride-requests/references/api/v1-products-product_id-get
1 2 3 4 5 | ## Not run:
uber_products(latitude = -33.925278, longitude = 18.423889)
uber_products(product_id = "91901472-f30d-4614-8ba7-9fcc937cebf5")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.