get_routes_by_location: Get routes by location

Description Usage Arguments Value Examples

View source: R/akl_transport.R

Description

Query routes by latitude of the position, longitude of the position,and search radius

Usage

1
get_routes_by_location(lat = NULL, lng = NULL, distance = NULL)

Arguments

lat

string latitude of the position

lng

string longitude of the position

distance

string search radius

Value

A tibble

Examples

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

Tina-ye112/kiaora documentation built on Feb. 25, 2021, 2:03 p.m.