Learn R Programming

ggmap (version 0.7)

GetMap.OSM: Grab an OSM map.

Description

Grab an OSM map.

Usage

GetMap.OSM(lonR=c(-74.02132, -73.98622), latR=c(40.69983, 40.72595), scale=20000,
    destfile="MyTile.png", format="png", RETURNIMAGE=TRUE, GRAYSCALE=FALSE, NEWMAP=TRUE,
    verbose=1, ...)

Arguments

lonR
longitude range
latR
latitude range
scale
destfile
format
RETURNIMAGE
GRAYSCALE
NEWMAP
verbose
...

Value

Details

This is virtually identical to the function GetMap.OSM in the RgoogleMaps package.

See Also

GetMap.OSM in package RgoogleMaps