powered by
Extract converted coordinates from a conversion response
extractConvertCoord(res)
A `tibble` with columns `lng` and `lat`. When no data is present a single placeholder row filled with `NA` values is returned.
Required. Response object returned by [convertCoord()] with `output = "JSON"` or by the AutoNavi coordinate conversion API.
[convertCoord()]
if (FALSE) { raw <- convertCoord("116.481499,39.990475", coordsys = "gps", output = "JSON") extractConvertCoord(raw) }
Run the code above in your browser using DataLab