Convert an individual coordinate from different coordinate systems to AutoNavi system
convertCoord.individual(
locations,
key = NULL,
coordsys = NULL,
sig = NULL,
output = "data.table",
keep_bad_request = TRUE,
...
)
Required. String coordinate point from other coordinate system
Optional. Amap Key. Applied from AutoNavi Map API official websitehttps://lbs.amap.com/dev/
Optional. Coordinate System. Support: `gps`,`mapbar`,`baidu` and `autonavi`-not convert
Optional. Digital Signature. How to use this argument? Please check herehttps://lbs.amap.com/faq/account/key/72
Optional. Output Data Structure. Support JSON, XML and data.table. The default value is data.table.
Optional. Keep Bad Request to avoid breaking a workflow, especially meaningful in a batch request
Optional. For compatibility only
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.