{
  "_id": "6a2d2c6d3efcd9bda42f9452",
  "Package": "mapsapi",
  "Type": "Package",
  "Title": "'sf'-Compatible Interface to 'Google Maps' APIs",
  "Version": "0.5.4",
  "Authors@R": "c(\nperson(\"Michael\", \"Dorman\", email = \"dorman@post.bgu.ac.il\", role = c(\"aut\", \"cre\")),\nperson(\"Tom\", \"Buckley\", role = c(\"ctb\")),\nperson(\"Alex\", \"Dannenberg\", role = c(\"ctb\")),\nperson(\"Mihir\", \"Bhaskar\", role = c(\"ctb\")),\nperson(\"Juan\", \"P. Fonseca-Zamora\", role = c(\"ctb\")),\nperson(\"Rodrigo\", \"Vega\", role = c(\"ctb\")))",
  "Description": "Interface to the 'Google Maps' APIs: (1) routing\ndirections based on the 'Directions' API, returned as 'sf'\nobjects, either as single feature per alternative route, or a\nsingle feature per segment per alternative route; (2) travel\ndistance or time matrices based on the 'Distance Matrix' API;\n(3) geocoded locations based on the 'Geocode' API, returned as\n'sf' objects, either points or bounds; (4) map images using the\n'Maps Static' API, returned as 'stars' objects.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "URL": "https://michaeldorman.github.io/mapsapi/,\nhttps://github.com/michaeldorman/mapsapi/",
  "BugReports": "https://github.com/michaeldorman/mapsapi/issues/",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibpng-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev",
  "Repository": "https://michaeldorman.r-universe.dev",
  "Date/Publication": "2023-07-23 05:32:54 UTC",
  "RemoteUrl": "https://github.com/michaeldorman/mapsapi",
  "RemoteRef": "HEAD",
  "RemoteSha": "d331fd3bce380390424cbbd757930a3b1081e191",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-13 10:07:01 UTC",
    "User": "root"
  },
  "Author": "Michael Dorman [aut, cre],\nTom Buckley [ctb],\nAlex Dannenberg [ctb],\nMihir Bhaskar [ctb],\nJuan P. Fonseca-Zamora [ctb],\nRodrigo Vega [ctb]",
  "Maintainer": "Michael Dorman <dorman@post.bgu.ac.il>",
  "MD5sum": "fd6bf4d956a69a303b8c605da6d8cd6e",
  "_user": "michaeldorman",
  "_type": "src",
  "_file": "mapsapi_0.5.4.tar.gz",
  "_fileid": "263766986dda8fc8597da689e966daf9a67cbfe7fdc5d0949e584013098b7edc",
  "_filesize": 1191319,
  "_sha256": "263766986dda8fc8597da689e966daf9a67cbfe7fdc5d0949e584013098b7edc",
  "_created": "2026-06-13T10:07:01.000Z",
  "_published": "2026-06-13T10:09:49.409Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81182218462,
      "time": 121,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7609796503"
    },
    {
      "job": 81182218478,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7609798863"
    },
    {
      "job": 81182218461,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7609794041"
    },
    {
      "job": 81182218476,
      "time": 109,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7609794834"
    },
    {
      "job": 81182035257,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7609780650"
    },
    {
      "job": 81182218456,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7609794828"
    },
    {
      "job": 81182218469,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7609793858"
    },
    {
      "job": 81182218498,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7609791955"
    },
    {
      "job": 81182218467,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7609793435"
    }
  ],
  "_buildurl": "https://github.com/r-universe/michaeldorman/actions/runs/27463664123",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/michaeldorman/mapsapi",
  "_commit": {
    "id": "d331fd3bce380390424cbbd757930a3b1081e191",
    "author": "michaeldorman <michael.dorman@mail.huji.ac.il>",
    "committer": "michaeldorman <michael.dorman@mail.huji.ac.il>",
    "message": "added publication date\n",
    "time": 1690090374
  },
  "_maintainer": {
    "name": "Michael Dorman",
    "email": "dorman@post.bgu.ac.il",
    "login": "michaeldorman",
    "description": "",
    "uuid": 9386655
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "bitops",
      "role": "Imports"
    },
    {
      "package": "stars",
      "role": "Imports"
    },
    {
      "package": "RgoogleMaps",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "leaflet",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    }
  ],
  "_owner": "michaeldorman",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 56,
  "_contributors": [
    {
      "user": "michaeldorman",
      "count": 64,
      "uuid": 9386655
    },
    {
      "user": "rmvegasm",
      "count": 3,
      "uuid": 29314111
    },
    {
      "user": "mihirbhaskar",
      "count": 3,
      "uuid": 52345583
    },
    {
      "user": "juanfonsecals1",
      "count": 2,
      "uuid": 69847296
    },
    {
      "user": "tbuckl",
      "count": 1,
      "uuid": 98956
    },
    {
      "user": "tbdv",
      "count": 1,
      "uuid": 32847647
    }
  ],
  "_userbio": {
    "uuid": 9386655,
    "type": "user",
    "name": "Michael Dorman"
  },
  "_downloads": {
    "count": 407,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mapsapi"
  },
  "_devurl": "https://github.com/michaeldorman/mapsapi",
  "_pkgdown": "https://michaeldorman.github.io/mapsapi/",
  "_searchresults": 103,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mapsapi.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/michaeldorman/mapsapi",
  "_realowner": "michaeldorman",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-09-27"
    },
    {
      "version": "0.2.0",
      "date": "2017-11-02"
    },
    {
      "version": "0.3.0",
      "date": "2018-01-11"
    },
    {
      "version": "0.3.5",
      "date": "2018-03-12"
    },
    {
      "version": "0.3.7",
      "date": "2018-07-23"
    },
    {
      "version": "0.3.9",
      "date": "2019-01-19"
    },
    {
      "version": "0.4.0",
      "date": "2019-04-06"
    },
    {
      "version": "0.4.1",
      "date": "2019-06-17"
    },
    {
      "version": "0.4.2",
      "date": "2019-09-07"
    },
    {
      "version": "0.4.5",
      "date": "2020-04-14"
    },
    {
      "version": "0.4.6",
      "date": "2020-06-15"
    },
    {
      "version": "0.4.7",
      "date": "2020-09-19"
    },
    {
      "version": "0.4.8",
      "date": "2020-12-17"
    },
    {
      "version": "0.4.9",
      "date": "2021-06-13"
    },
    {
      "version": "0.5.0",
      "date": "2021-09-06"
    },
    {
      "version": "0.5.3",
      "date": "2022-01-13"
    },
    {
      "version": "0.5.4",
      "date": "2023-07-21"
    }
  ],
  "_exports": [
    "mp_directions",
    "mp_geocode",
    "mp_get_bounds",
    "mp_get_matrix",
    "mp_get_points",
    "mp_get_routes",
    "mp_get_segments",
    "mp_map",
    "mp_matrix"
  ],
  "_datasets": [
    {
      "name": "response_directions_driving",
      "title": "Sample response from Google Maps Directions API",
      "object": "response_directions_driving",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "response_directions_transit",
      "title": "Sample response from Google Maps Directions API",
      "object": "response_directions_transit",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "response_geocode",
      "title": "Sample response from Google Maps Geocode API",
      "object": "response_geocode",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "response_map",
      "title": "Sample response from Maps Static API (as 'stars' raster)",
      "object": "response_map",
      "class": [
        "mapsapi_map",
        "stars"
      ],
      "fields": [],
      "table": true,
      "tojson": false
    },
    {
      "name": "response_matrix",
      "title": "Sample response from Google Maps Distance Matrix API",
      "object": "response_matrix",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "mp_directions",
      "title": "Get directions from the Google Maps Directions API",
      "topics": [
        "mp_directions"
      ]
    },
    {
      "page": "mp_geocode",
      "title": "Get geocoded coordinates using the Google Maps Geocoding API",
      "topics": [
        "mp_geocode"
      ]
    },
    {
      "page": "mp_get_bounds",
      "title": "Extract geocoded *bounds* from Google Maps Geocode API response",
      "topics": [
        "mp_get_bounds"
      ]
    },
    {
      "page": "mp_get_matrix",
      "title": "Extract distance or duration *matrix* from a Google Maps Distance Matrix API response",
      "topics": [
        "mp_get_matrix"
      ]
    },
    {
      "page": "mp_get_points",
      "title": "Extract geocoded points from Google Maps Geocode API response",
      "topics": [
        "mp_get_points"
      ]
    },
    {
      "page": "mp_get_routes",
      "title": "Extract *routes* from Google Maps Directions API response",
      "topics": [
        "mp_get_routes"
      ]
    },
    {
      "page": "mp_get_segments",
      "title": "Extract *route segments* from a Google Maps Directions API response",
      "topics": [
        "mp_get_segments"
      ]
    },
    {
      "page": "mp_map",
      "title": "Get static map from the Maps Static API",
      "topics": [
        "mp_map"
      ]
    },
    {
      "page": "mp_matrix",
      "title": "Get distance matrix from the Google Maps Distance Matrix API",
      "topics": [
        "mp_matrix"
      ]
    },
    {
      "page": "plot.mapsapi_map",
      "title": "Plot static Google map",
      "topics": [
        "plot.mapsapi_map"
      ]
    },
    {
      "page": "response_directions_driving",
      "title": "Sample response from Google Maps Directions API",
      "topics": [
        "response_directions_driving"
      ]
    },
    {
      "page": "response_directions_transit",
      "title": "Sample response from Google Maps Directions API",
      "topics": [
        "response_directions_transit"
      ]
    },
    {
      "page": "response_geocode",
      "title": "Sample response from Google Maps Geocode API",
      "topics": [
        "response_geocode"
      ]
    },
    {
      "page": "response_map",
      "title": "Sample response from Maps Static API (as 'stars' raster)",
      "topics": [
        "response_map"
      ]
    },
    {
      "page": "response_matrix",
      "title": "Sample response from Google Maps Distance Matrix API",
      "topics": [
        "response_matrix"
      ]
    }
  ],
  "_readme": "https://github.com/michaeldorman/mapsapi/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "askpass",
    "bitops",
    "class",
    "classInt",
    "cli",
    "curl",
    "DBI",
    "e1071",
    "httr",
    "jsonlite",
    "KernSmooth",
    "MASS",
    "mime",
    "openssl",
    "png",
    "proxy",
    "R6",
    "Rcpp",
    "RgoogleMaps",
    "rlang",
    "s2",
    "sf",
    "stars",
    "sys",
    "units",
    "wk",
    "xml2"
  ],
  "_vignettes": [
    {
      "source": "intro.Rmd",
      "filename": "intro.html",
      "title": "Introduction to package mapsapi",
      "author": "Michael Dorman",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Installation",
        "Directions",
        "Distance Matrix",
        "Geocode",
        "Static maps"
      ],
      "created": "2017-09-25 05:40:37",
      "modified": "2020-12-17 12:48:05",
      "commits": 14
    }
  ],
  "_score": 7.15896526038341,
  "_indexed": true,
  "_nocasepkg": "mapsapi",
  "_universes": [
    "michaeldorman"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.4",
      "date": "2026-06-13T10:08:59.000Z",
      "distro": "noble",
      "commit": "d331fd3bce380390424cbbd757930a3b1081e191",
      "fileid": "8bdd54c89339414b5ce4b16a10d45c2a0c0cbe5ba83a4b4efae5e69c31662192",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaeldorman/actions/runs/27463664123"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.4",
      "date": "2026-06-13T10:09:19.000Z",
      "distro": "noble",
      "commit": "d331fd3bce380390424cbbd757930a3b1081e191",
      "fileid": "a3243fb923e3185c375b78fb45705e417ae64ef078c2cc207f4221c929d88c41",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaeldorman/actions/runs/27463664123"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.4",
      "date": "2026-06-13T10:08:44.000Z",
      "commit": "d331fd3bce380390424cbbd757930a3b1081e191",
      "fileid": "c947aa8515884ec05ec113d0eac7d998b2b98c537adf717eecbe3735d41cf441",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaeldorman/actions/runs/27463664123"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.4",
      "date": "2026-06-13T10:08:50.000Z",
      "commit": "d331fd3bce380390424cbbd757930a3b1081e191",
      "fileid": "84433ebfa763486f69fba07c87c6c3928b6034d28170c274687b01b948cf86cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaeldorman/actions/runs/27463664123"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.4",
      "date": "2026-06-13T10:09:02.000Z",
      "commit": "d331fd3bce380390424cbbd757930a3b1081e191",
      "fileid": "c10b6ac394aebbdb8230ee0c3a3cb46d9911dcf467b49cc3802c1667b76f10b7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/michaeldorman/actions/runs/27463664123"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.4",
      "date": "2026-06-13T10:08:30.000Z",
      "commit": "d331fd3bce380390424cbbd757930a3b1081e191",
      "fileid": "262423c5f040cf9ef2c1e9dc127651477ebf10ae4faaeaa4642a9b9336cba97e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaeldorman/actions/runs/27463664123"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.4",
      "date": "2026-06-13T10:08:16.000Z",
      "commit": "d331fd3bce380390424cbbd757930a3b1081e191",
      "fileid": "a808ad266545ea89d2ea27fa500fa648a59da01445f9d2b6102718b97d5c642c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaeldorman/actions/runs/27463664123"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.4",
      "date": "2026-06-13T10:08:30.000Z",
      "commit": "d331fd3bce380390424cbbd757930a3b1081e191",
      "fileid": "a9b8a2af02696295f7581bcfb29b2888d1018c02b1cb116bff2be3dab4b81e94",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaeldorman/actions/runs/27463664123"
    }
  ]
}