Provides a mechanism to access various Google Maps APIs, including plotting a Google Map from R and overlaying it with shapes and markers, and retrieving data from the places, directions, roads, distances, geocoding, elevation and timezone APIs.
Version 2.0.0 has significant changes compared to the previous release. See News for a list of changes.
See vignettes for instructions and examples.
## install release version from CRAN
install.packages("googleway")
## install the development version from github
devtools::install_github("SymbolixAU/googleway")