SymbolixAU / googleway

R Package for accessing and plotting Google Maps
http://symbolixau.github.io/googleway/
Other
234 stars 46 forks source link

List of Google API's data SKUs that are triggered #234

Closed maisonml closed 3 years ago

maisonml commented 3 years ago

places <- google_places(search_string = "search term", location = j, radius = i, key = key)

For the above sample google_places function from the googleway package, is there a way in R to find the list of Google Maps Places API's data SKUs that are triggered?

Thank you!

dcooley commented 3 years ago

Hi @maisonml, forgive my ignorance, but what's an SKU? If it's in the official documents then yes we can get it. Otherwise it's unlikely.

dcooley commented 3 years ago

@maisonml please reopen if still relevant.