Helper for plotting locations from list.
Usage
# S3 method for class 'openaq_locations_list'
plot(loc, database = "world", ...)
Examples
if (FALSE) { # \dontrun{
loc <- list_locations(limit = 6, as_data_frame = FALSE)
plot(loc, pch = 19, col = 2)
} # }