get_wheelmap_locations: Get list of all locations

Description Usage Arguments Value Examples

View source: R/fun_get_wheelmap_locations.R

Description

Get list of all locations

Usage

1
2
get_wheelmap_locations(api_key = NULL, q = NULL, bbox = NULL,
  wheelchair = NULL, page = NULL, per_page = 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)

page

For pagination, what page of the results you are on. Default is 1.

per_page

For pagination, how many results to return per page. Default is 200. Max is 500.

Value

the results from the search

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
get_wheelmap_locations(api_key = api_key, bbox="52.35, 52.67, 13.22, 13.54")

# Example bbox values for different cities
# Berlin "52.3570365, 52.6770365, 13.2288599, 13.5488599"
# Dortmund "51.3542273, 51.6742273, 7.3052789, 7.6252789"
# Frankfurt "50.0155435, 50.2271408, 8.4718253, 8.8004716"
# Hamburg "53.3951118, 53.7394377, 9.7304736, 10.3251401"
# Munich "48.0616017, 48.2482197, 11.3607802, 11.7228777"

## End(Not run)

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