Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rgeo-internals

rgeo internal functions


Description

These are not really intended for public consumption.

Usage

.googleMapURL(
  latitude,
  longitude,
  position = NULL,
  zoom = 11,
  maptype = c("roadmap", "satellite", "terrain", "hybrid"),
  mark = FALSE,
  radius = 0
)

Arguments

latitude

vectors of latitude and longitude values

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 'roadmap', 'satellite', 'terrain', and 'hybrid'

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

Value

a URL as a string


mosaic

Project MOSAIC Statistics and Mathematics Teaching Utilities

v1.8.3
GPL (>= 2)
Authors
Randall Pruim [aut, cre], Daniel T. Kaplan [aut], Nicholas J. Horton [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.