ggmap extended zoom or boundaries
问题 I am trying to fix the following problem. I use ggplot2 to plot a map of an island: island = get_map(location = c(lon = -63.247593, lat = 17.631598), zoom = 14, maptype = "satellite") islandMap = ggmap(island, extent = "panel", legend = "bottomright") RL = geom_point(aes(x = longitude, y = latitude), data = data, size = 4, color = "#ff0000") islandMap + RL Coordinates of the RL points: data = data.frame( ID = as.numeric(c(1:8)), longitude = as.numeric(c(-63.27462, -63.26499, -63.25658, -63