getCoord.individual {amapGeocode} | R Documentation |
Get an individual coordinate from location
Description
Get an individual coordinate from location
Usage
getCoord.individual(
address,
key = NULL,
city = NULL,
sig = NULL,
output = "data.table",
callback = NULL,
keep_bad_request = TRUE,
...
)
Arguments
address |
Required. |
key |
Optional. |
city |
Optional. |
sig |
Optional. |
output |
Optional. |
callback |
Optional. |
keep_bad_request |
Optional. |
... |
Optional. |
Value
Returns a JSON, XML or data.table of results containing detailed geocode information. See https://lbs.amap.com/api/webservice/guide/api/georegeo for more information.