-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
34 lines (34 loc) · 1.33 KB
/
DESCRIPTION
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
30
31
32
33
34
Package: mapsapi
Type: Package
Title: 'sf'-Compatible Interface to 'Google Maps' APIs
Version: 0.5.4
Authors@R: c(
person("Michael", "Dorman", email = "[email protected]", role = c("aut", "cre")),
person("Tom", "Buckley", role = c("ctb")),
person("Alex", "Dannenberg", role = c("ctb")),
person("Mihir", "Bhaskar", role = c("ctb")),
person("Juan", "P. Fonseca-Zamora", role = c("ctb")),
person("Rodrigo", "Vega", role = c("ctb")))
Description: Interface to the 'Google Maps' APIs: (1) routing directions based on the 'Directions' API, returned as 'sf' objects, either as single feature per alternative route, or a single feature per segment per alternative route; (2) travel distance or time matrices based on the 'Distance Matrix' API; (3) geocoded locations based on the 'Geocode' API, returned as 'sf' objects, either points or bounds; (4) map images using the 'Maps Static' API, returned as 'stars' objects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
Imports:
xml2,
sf,
bitops,
stars,
RgoogleMaps,
httr
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
leaflet,
ggplot2,
dplyr
VignetteBuilder: knitr
URL: https://michaeldorman.github.io/mapsapi/, https://github.com/michaeldorman/mapsapi/
BugReports: https://github.com/michaeldorman/mapsapi/issues/