Package: mapsapi
Type: Package
Title: 'sf'-Compatible Interface to 'Google Maps' APIs
Version: 0.2.0
Authors@R: person("Michael", "Dorman", email = "dorman@post.bgu.ac.il", role = c("aut", "cre"))
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)
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, leaflet
VignetteBuilder: knitr
BugReports: https://github.com/michaeldorman/mapsapi/issues
NeedsCompilation: no
Packaged: 2017-10-31 06:53:16 UTC; michael
Author: Michael Dorman [aut, cre]
Maintainer: Michael Dorman <dorman@post.bgu.ac.il>
Repository: CRAN
Date/Publication: 2017-11-02 11:51:30 UTC
