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
- Host: GitHub
- URL: https://github.com/symbolixau/googleway
- Owner: SymbolixAU
- License: other
- Created: 2016-05-20T08:16:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T04:57:50.000Z (9 months ago)
- Last Synced: 2025-03-31T00:13:31.091Z (3 months ago)
- Topics: google-map, google-maps, google-maps-api, google-maps-javascript-api, r, rstats, spatial, spatial-analysis
- Language: HTML
- Homepage: http://symbolixau.github.io/googleway/
- Size: 21.8 MB
- Stars: 236
- Watchers: 16
- Forks: 46
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# googleway
[](http://cran.r-project.org/package=googleway)

[](http://cran.r-project.org/web/packages/googleway/index.html)
[](https://github.com/SymbolixAU/googleway)
[](https://travis-ci.org/SymbolixAU/googleway)
[](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.

## 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")```