Skip to content

Commit

Permalink
news and version - closes SymbolixAU#183
Browse files Browse the repository at this point in the history
  • Loading branch information
SymbolixAU committed Oct 4, 2018
1 parent 5d012d1 commit f8f493a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: googleway
Type: Package
Title: Accesses Google Maps APIs to Retrieve Data and Plot Maps
Version: 2.7.1001
Version: 2.7.1002
Date: 2018-09-17
Authors@R: c(
person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 2.7.2

* `directions_steps()` and `directions_points()` now iterate nested results

## Version 2.7.1

* `google_find_place()` function added
Expand Down
2 changes: 1 addition & 1 deletion R/results_access.R
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ lstAccessor <- function(resType){
"routes" = "[[c('routes')]]",
"legs" = "[[c('routes','legs')]][[1]]",
"steps" = "[[c('routes','legs')]][[1]][['steps']][[1]]",
"points" = "[[c('routes','legs')]][[1]][['steps']]",
"points" = "[[c('routes','legs')]][[1]][['steps']]",
"polyline" = "[[c('routes','overview_polyline','points')]]",
"instructions" = "[[c('routes','legs')]][[1]][['steps']]",
"coordinates" = "[[c('results','geometry','location')]]",
Expand Down

0 comments on commit f8f493a

Please sign in to comment.