get static Map from the Google server
MapBackground(lat, lon, destfile, NEWMAP = TRUE, myTile, zoom = NULL, size = c(640, 640), GRAYSCALE = FALSE, mar = c(0, 0, 0, 0), PLOT = FALSE, verbose = 1, ...)
lat
: center latitudelon
: center longitudedestfile
: File to load the map image from or save to, depending on NEWMAP
.NEWMAP
: if TRUE, query the Google server and save to destfile
, if FALSE load from destfile.myTile
: map tile from previous downloadszoom
: Google maps zoom level.size
: desired size of the map tile image. defaults to maximum size returned by the Gogle server, which is 640x640 pixelsGRAYSCALE
: Boolean toggle; if TRUE the colored map tile is rendered into a black & white image, see RGB2GRAYmar
: outer margin in plot; if you want to see axes, change the defaultPLOT
: if TRUE, leave the plotting to PlotOnStaticMap , highly recommendedverbose
: level of verbosity...
: further arguments to be passed to GetMap.bboxlist containing the map tile
Markus Loecher