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