Description Usage Arguments Value Examples
Returns a list of name and coordinates of POI's based on the search parameters.
1  | 
fromaddress | 
 is an adress type: roadname+housenumber+postalcode  | 
fromcoord | 
 is a coordinate type: latitude, longtitude  | 
poitypes | 
 is a vector poi types to search for  | 
Returns a list
1 2 3 4 5  | # POIs of type pharmacy, lake or coast within default 20km radius of address:
POIradius(fromaddress = "elmegade 5 2200", poitypes = c("pharmacy", "lake", "coast", "forest"))
# POIs of type pharmacy, lake or coast within default 20km radius of coordinate:
POIradius(fromcoord = "55.69043,12.53527", poitypes = c("pharmacy", "lake", "coast", "forest"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.