Get an individual coordinate from location
getCoord.individual(
address,
key = NULL,
city = NULL,
sig = NULL,
output = "data.table",
callback = NULL,
keep_bad_request = TRUE,
...
)
Required. Structured address information. Rules: Country/Region, Province/State, City, County/District, Town, Country, Road, Number, Room, Building.
Optional. Amap Key. Applied from 'AutoNavi' Map API official websitehttps://lbs.amap.com/dev/
Optional. Specify the City. Support: city in Chinese, full pinyin, citycode, adcodehttps://lbs.amap.com/api/webservice/download. The default value is NULL which will search country-wide. The default value is NULL
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. Callback Function. The value of callback is the customized function. Only available with JSON output. If you don't understand, it means you don't need it, just like me.
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/georegeo for more information.