get_navermap
accesses the Naver Static Maps API version 1.1 to
download a static map. Note that in most cases by using this function you
are agreeing to the Naver Maps API Terms of Service at
get_navermap(center = c(lon = 126.9849208, lat = 37.5664519), zoom = 4,
size = c(640, 640), format = c("png", "jpeg", "jpg"),
crs = c("EPSG:4326", "NHN:2048", "NHN:128", "EPSG:4258", "EPSG:4162",
"EPSG:2096", "EPSG:2097", "EPSG:2098", "EPSG:900913"),
baselayer = c("default", "satellite"), color = c("color", "bw"),
overlayers = c("anno_satellite", "bicycle", "roadview", "traffic"), markers,
key, uri, filename = "ggmapTemp", messaging = FALSE, urlonly = FALSE,
force = FALSE, where = tempdir(), archiving = TRUE, ...)
ggmap
# not run to reduce R CMD check time
map <- get_navermap(key="c75a09166a38196955adee04d3a51bf8", uri="www.r-project.org")
ggmap(map)
Run the code above in your browser using DataLab