convertCoord.individual {amapGeocode} | R Documentation |
Convert an individual coordinate from different coordinate systems to AutoNavi system
Description
Convert an individual coordinate from different coordinate systems to AutoNavi system
Usage
convertCoord.individual(
locations,
key = NULL,
coordsys = NULL,
sig = NULL,
output = "data.table",
keep_bad_request = TRUE,
...
)
Arguments
locations |
Required. |
key |
Optional. |
coordsys |
Optional. |
sig |
Optional. |
output |
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/convert for more information.