get_wheelmap_locations_all: Get list of all locations

Description Usage Arguments Value Examples

View source: R/fun_get_wheelmap_locations_all.R

Description

Get list of all locations

Usage

1
2
get_wheelmap_locations_all(api_key = api_key, q = NULL, bbox = NULL,
  wheelchair = NULL)

Arguments

api_key

Your API key

q

Filter nodes by a search term

bbox

Filter nodes by a bounding box (bbox=west,south,east,north) as comma separated float numbers wich are longitude, latitude values in degrees.

wheelchair

Filter nodes by a wheelchair status (Valid values: yes, limited, no, unknown)

Value

the results from the search

Examples

1
2
3
4
## Not run: 
get_wheelmap_locations_all(api_key = api_key, bbox="52.357, 52.677, 13.228, 13.548")

## End(Not run)

JohMueller/wheelmappeR documentation built on May 26, 2019, 3:31 p.m.