Extract coordinate from a geocoding response
Value
A `tibble` with one row per geocode candidate. The table contains the original columns provided by the API alongside a `match_rank` column that indicates the ordering reported by AutoNavi. When the response does not contain any matches a single placeholder row filled with `NA` values is returned.
Examples
if (FALSE) { # \dontrun{
raw <- getCoord("IFS Chengdu", output = "JSON")
extractCoord(raw)
} # }