Description Usage Arguments Value Examples
View source: R/fun_get_wheelmap_locations_all.R
Get list of all locations
1 2 | get_wheelmap_locations_all(api_key = api_key, q = NULL, bbox = NULL,
wheelchair = NULL)
|
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) |
the results from the search
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.