dkahle / ggmap

A package for plotting maps in R with ggplot2
763 stars 231 forks source link

Geocoder.google #316

Open lhchan777 opened 3 years ago

lhchan777 commented 3 years ago

Reproducible Example

Feel free to delete and replace with a description of the feature you'd like if this is not a bug.

Paste a reprex here. This helps the maintainers reproduce the bug you encountered. Ensure that the si option is TRUE.

Example:

reprex::reprex({
    library(ggmap)
    ggmap(get_map())
}, si = TRUE)