Skip to content

SymbolixAU/googleway

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
August 22, 2023 09:00
October 3, 2017 17:10
August 30, 2022 14:14
man
April 15, 2023 07:21
April 11, 2023 08:22
January 24, 2022 08:25
April 15, 2023 07:21
September 30, 2018 20:56
January 17, 2022 08:49
April 26, 2018 12:52
August 22, 2023 09:00
November 12, 2020 09:00
November 12, 2020 09:00
April 19, 2022 18:34
August 22, 2023 09:00
July 24, 2016 21:11

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