Description Usage Arguments Details Value Examples
View source: R/gl_place_details.R
Slick function to retrieve information from Google Place API
1 | gl_place_details(place_id, key, fields)
|
place_id |
Google Place ID |
key |
API key |
fields |
fields to retrieve |
Available fields are listed in the API Dev Guides https://developers.google.com/places/web-service/details.
A list.
1 2 3 | gl_place_details(
place_id='ChIJ3wZkgmIbkUcRYEgkDb9IjMY',
key=your_api_key, fields='formatted_address,geometry')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.