Package: googleway Type: Package Title: Accesses Google Maps APIs to Retrieve Data and Plot Maps Version: 2.7.8 Date: 2023-08-22 Authors@R: c( person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")), person("Paulo", "Barcelos", role = "ctb", comment = "Author of c++ decode_pl"), person("Rstudio", role = "ctb", comment = "Functions written for the Leaflet pacakge") ) Description: Provides a mechanism to plot a 'Google Map' from 'R' and overlay it with shapes and markers. Also provides access to 'Google Maps' APIs, including places, directions, roads, distances, geocoding, elevation and timezone. License: MIT + file LICENSE LazyData: TRUE Depends: R (>= 2.10.0) Imports: jsonlite (>= 0.9.20), curl, htmlwidgets, htmltools, magrittr, shiny, jpeg, utils, jqr, viridisLite, scales, grDevices, googlePolylines (>= 0.7.1) RoxygenNote: 7.2.3 BugReports: https://github.com/SymbolixAU/googleway/issues Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Encoding: UTF-8 Config/pak/sysreqs: cmake make libjpeg-dev libjq-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://symbolixau.r-universe.dev Date/Publication: 2024-09-04 02:20:38 UTC RemoteUrl: https://github.com/symbolixau/googleway RemoteRef: HEAD RemoteSha: fd738728233ebbe66f8bf3f3531d5ab51b163b36 NeedsCompilation: no Packaged: 2026-06-21 09:49:38 UTC; root Author: David Cooley [aut, cre], Paulo Barcelos [ctb] (Author of c++ decode_pl), Rstudio [ctb] (Functions written for the Leaflet pacakge) Maintainer: David Cooley