rgeo-internals | R Documentation |
These are not really intended for public consumption.
.googleMapURL(
latitude,
longitude,
position = NULL,
zoom = 11,
maptype = c("roadmap", "satellite", "terrain", "hybrid"),
mark = FALSE,
radius = 0
)
latitude , longitude |
vectors of latitude and longitude values |
position |
a data frame containing latitude and longitude positions |
zoom |
zoom level for initial map (1-20) |
maptype |
one of |
mark |
a logical indicating whether the location should be marked with a pin |
radius |
a vector of radii of circles centered at position that are displayed on the map |
a URL as a string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.