dkahle / ggmap

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

Apply bbox for get_googlemap() #355

Open CrisHeredia00 opened 9 months ago

CrisHeredia00 commented 9 months ago

Hello!

As stamen maps are migrating to stadia, I wanted to create maps using google functions. Is there any way to create a map using get_googlemap() using a bbox instead of a center? I need to create maps with specified boundaries and it is much easier to give the bbox than a center.

Thanks!