googleMap(latitude, longitude, position = NULL,
zoom = 12,
maptype = c("roadmap", "satellite", "terrain", "hybrid"),
mark = FALSE, radius = 0, browse = TRUE, ...)
'roadmap'
,
'satellite'
, 'terrain'
, and
'hybrid'
browseURL
deg2rad
, latlon2xyz
and
rgeo
.googleMap(40.7566, -73.9863, radius=1) # Times Square
googleMap(position=rgeo(2), radius=1) # 2 random locations
Run the code above in your browser using DataLab