Package: googlePolylines
Type: Package
Title: Encoding Coordinates into 'Google' Polylines
Version: 0.8.0
Date: 2020-10-28
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
SystemRequirements: C++11
Depends: R (>= 3.3.0)
Imports: Rcpp (>= 0.12.13)
LinkingTo: Rcpp, BH
RoxygenNote: 7.1.0
Suggests: covr, knitr, rmarkdown, sf, sfheaders, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-10-27 22:10:12 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: 2020-10-27 22:40:02 UTC
