extractLocation | R Documentation |
Extract location from coordinate request
extractLocation(res)
res |
Required. |
Returns a data.table which extracts detailed location information from results of getLocation. See https://lbs.amap.com/api/webservice/guide/api/georegeo for more information.
getLocation
## Not run:
library(dplyr)
library(amapGeocode)
# Before the `getLocation()` is executed,
# the token should be set by `option(amap_key = 'key')`
# or set by key argument in `getLocation()`
# Get reverse-geocode as a XML
getLocation(104.043284, 30.666864, output = "XML") |>
# extract reverse-geocode regions as a table
extractLocation()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.