Skip to content

SymbolixAU/googleway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
dcooley
Sep 4, 2024
fd73872 · Sep 4, 2024
Aug 21, 2023
Oct 3, 2017
Sep 4, 2024
Apr 14, 2023
Apr 10, 2023
Jan 23, 2022
Apr 14, 2023
Sep 30, 2018
Jan 16, 2022
Apr 26, 2018
Aug 21, 2023
Nov 11, 2020
Nov 11, 2020
Apr 19, 2022
Aug 21, 2023
Jul 8, 2019
Jul 24, 2016

Repository files navigation

googleway

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

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

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.

Google Maps

v2.7

see News for a full list of changes and additions

See the vignette 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")