mz_geocode | R Documentation |
This is a convenience function that calls mz_search
to retrieve
latitude and longitude.
mz_geocode(location, ...)
location |
An address or other suitably specific search string |
... |
Additional arguments passed on to |
A tibble, with the parsed address used to retrieve the geocode, lat/lon, and the confidence (between 0 and 1)
mz_search
, mz_reverse_geocode
## Not run:
mz_geocode("1600 Pennsylvania Ave., Washington DC")
# can also be a landmark
mz_geocode("Statue of Liberty, New York")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.