Package: googlePolylines Type: Package Title: Encoding Coordinates into 'Google' Polylines Version: 0.8.8 Date: 2025-07-26 Authors@R: c( person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")), person("Paulo", "Barcelos", role = "ctb", comment = "Author of c++ decode_polyline"), person("Chris", "Muir", role = "ctb"), person('Michael', 'Chirico', role = "ctb") ) Description: Encodes simple feature ('sf') objects and coordinates, and decodes polylines using the 'Google' polyline encoding algorithm (). License: MIT + file LICENSE Encoding: UTF-8 Imports: Rcpp (>= 1.0.10) LinkingTo: Rcpp RoxygenNote: 7.2.3 Suggests: covr, knitr, rmarkdown, sf, sfheaders, testthat VignetteBuilder: knitr URL: https://github.com/SymbolixAU/googlePolylines Repository: https://symbolixau.r-universe.dev Date/Publication: 2025-07-26 04:26:33 UTC RemoteUrl: https://github.com/symbolixau/googlepolylines RemoteRef: HEAD RemoteSha: 45d309d88940e79878e96a6435d73f02c53abc22 NeedsCompilation: yes Packaged: 2026-06-24 05:01:44 UTC; root Author: David Cooley [aut, cre], Paulo Barcelos [ctb] (Author of c++ decode_polyline), Chris Muir [ctb], Michael Chirico [ctb] Maintainer: David Cooley