Description Usage Arguments Value Examples
View source: R/akl_transport.R
Query routes by latitude of the position, longitude of the position,and search radius
1 | get_routes_by_location(lat = NULL, lng = NULL, distance = NULL)
|
lat |
string latitude of the position |
lng |
string longitude of the position |
distance |
string search radius |
A tibble
1 2 3 4 5 6 7 8 9 | ## Not run:
get_routes_by_location(
lat = "-37.06429",
lng = "174.94611",
distance = "10"
)
## End(Not run)
# get routes by location
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.