nearby_search_at_points: Does a find nearby places API call iterating over all the...

Description Usage Arguments Value

View source: R/nearby_search_at_points.R

Description

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)

Usage

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
)

Arguments

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

Value

A lists of all the answers


alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.