Package: mapsapi
Type: Package
Title: 'sf'-Compatible Interface to 'Google Maps' APIs
Version: 0.5.3
Authors@R: c(
    person("Michael", "Dorman", email = "dorman@post.bgu.ac.il", 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")))
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.1.1
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/
NeedsCompilation: no
Packaged: 2022-01-13 12:41:44 UTC; michael
Author: Michael Dorman [aut, cre],
  Tom Buckley [ctb],
  Alex Dannenberg [ctb],
  Mihir Bhaskar [ctb],
  Juan P. Fonseca-Zamora [ctb]
Maintainer: Michael Dorman <dorman@post.bgu.ac.il>
Repository: CRAN
Date/Publication: 2022-01-13 13:22:41 UTC
Built: R 4.1.3; ; 2023-04-17 17:36:09 UTC; windows
