ggmap
ggmap copied to clipboard
Setting 'force=FALSE' in get_map seems not to have any effect
for (ignore in seq_len(100)) basemap <- get_map("Texas", zoom = 6, maptype = "hybrid", force = FALSE, messaging = FALSE)
It seems to repeatedly query the Google API whereas I would expect it to reuse the previous download. Or perhaps I do not understand the 'force' argument.