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