| geocode_gmap_one | R Documentation |
Geocode a Single Address with Google's API
geocode_gmap_one( address = "1243 Willowdale Ave, Ottawa, ON", api_key = NA, verbose = FALSE, wait_nicely = TRUE )
address |
A character vector with a single address. |
api_key |
A valid API key for Google Cloud Services. See https://cloud.google.com/free/ |
verbose |
Boolean flag controlling console updates. Defaults to FALSE. |
wait_nicely |
Boolean flag controlling API rate. Defaults to TRUE. |
A dataframe with geocoded latitute and logitude.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.