Package: googlePolylines
Type: Package
Title: Encoding Coordinates into 'Google' Polylines
Version: 0.8.5
Date: 2024-10-20
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")
    )
Description: Encodes simple feature ('sf') objects and coordinates, and decodes polylines 
    using the 'Google' polyline encoding algorithm (<https://developers.google.com/maps/documentation/utilities/polylinealgorithm>).
License: MIT + file LICENSE
Encoding: UTF-8
Imports: Rcpp (>= 1.0.10)
LinkingTo: Rcpp
RoxygenNote: 7.3.1
Suggests: covr, knitr, rmarkdown, sf, sfheaders, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-10-22 08:23:33 UTC; dave
Author: David Cooley [aut, cre],
  Paulo Barcelos [ctb] (Author of c++ decode_polyline),
  Chris Muir [ctb]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2024-10-22 09:00:02 UTC
