-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 896 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
29 lines (29 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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 (<https://developers.google.com/maps/documentation/utilities/polylinealgorithm>).
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