Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.53 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.53 KB

googleway

CRAN_Status_Badge downloads CRAN RStudio mirror downloads Github Stars Build Status Coverage Status

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.

v2.2.0

Various bug fixes and a few more features added see News for a list of changes

See vignettes for instructions and examples.

v2.3.0 - development

Installation

## install release version from CRAN
install.packages("googleway")

## install the development version from github
devtools::install_github("SymbolixAU/googleway")