An open API service indexing awesome lists of open source software.

https://github.com/symbolixau/googleway

R Package for accessing and plotting Google Maps
https://github.com/symbolixau/googleway

google-map google-maps google-maps-api google-maps-javascript-api r rstats spatial spatial-analysis

Last synced: 3 months ago
JSON representation

R Package for accessing and plotting Google Maps

Awesome Lists containing this project

README

        

# googleway

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/googleway)](http://cran.r-project.org/package=googleway)
![downloads](http://cranlogs.r-pkg.org/badges/grand-total/googleway)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/googleway)](http://cran.r-project.org/web/packages/googleway/index.html)
[![Github Stars](https://img.shields.io/github/stars/SymbolixAU/googleway.svg?style=social&label=Github)](https://github.com/SymbolixAU/googleway)
[![Build Status](https://travis-ci.org/SymbolixAU/googleway.svg?branch=master)](https://travis-ci.org/SymbolixAU/googleway)
[![Coverage Status](https://codecov.io/github/SymbolixAU/googleway/coverage.svg?branch=master)](https://codecov.io/github/SymbolixAU/googleway?branch=master)

Homepage: http://symbolixau.github.io/googleway/

Provides a mechanism to access various [Google Maps APIs](https://developers.google.com/maps/), 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.

![Google Maps](./vignettes/img/polygon_legend.png)

## v2.7

see [News](https://github.com/SymbolixAU/googleway/blob/master/NEWS.md) for a full list of changes and additions

See the [**vignette**](http://symbolixau.github.io/googleway/articles/googleway-vignette.html) for instructions and examples.

## v2.7.0001+ (dev)

## Installation

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

## To install the development version you currently need v0.7.1002 of googlePolylines
devtools::install_github("SymbolixAU/googlePolylines")

## then you can install googleway
devtools::install_github("SymbolixAU/googleway")

```