Description Usage Arguments Value
View source: R/nearby_search_at_points.R
Does a find nearby places API call iterating over all the points that are in the centers_lonlat. Pay attention because it used 3 SKU (check billing here)
1 2 3 4 5 6 7 8 | nearby_search_at_points(
centers_lonlat,
api_key,
keyword,
radius_mt = 50000,
wait_time = 0,
verbose = T
)
|
centers_lonlat |
The centers of the searches in 50 km radius |
api_key |
API Key for Google Places |
keyword |
Keyword, will be URL encoded by this method |
radius_mt |
Radius, normally 500000 |
wait_time |
Eaiting time between requests, defaults to 0 seconds |
verbose |
Wether to be true or not |
A lists of all the answers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.