Package: mapsapi
Type: Package
Title: 'sf'-Compatible Interface to 'Google Maps' APIs
Version: 0.3.5
Authors@R: c(
    person("Michael", "Dorman", email = "dorman@post.bgu.ac.il", role = c("aut", "cre")),
    person("Tom", "Buckley", 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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: magrittr (>= 1.5), xml2 (>= 1.1.1), sf (>= 0.5-3), bitops (>=
        1.0-6), plyr (>= 1.8.4)
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, leaflet
VignetteBuilder: knitr
BugReports: https://github.com/michaeldorman/mapsapi/issues
NeedsCompilation: no
Packaged: 2018-03-12 11:51:58 UTC; michael
Author: Michael Dorman [aut, cre],
  Tom Buckley [ctb]
Maintainer: Michael Dorman <dorman@post.bgu.ac.il>
Repository: CRAN
Date/Publication: 2018-03-12 12:00:49 UTC
Built: R 3.3.3; ; 2018-04-22 16:44:00 UTC; windows
