Package: arcgisplaces
Title: Search for POIs using ArcGIS 'Places Service'
Version: 0.1.2
Authors@R: c(
person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9910-865X")),
person("Kenneth", "Vernon", role = "ctb",
comment = c(ORCID = "0000-0003-0098-5092"))
)
Description: The ArcGIS 'Places service' is a ready-to-use location
service that can search for businesses and geographic locations
around the world. It allows you to find, locate, and discover
detailed information about each place. Query for places near a
point, within a bounding box, filter based on categories, or
provide search text. 'arcgisplaces' integrates with 'sf' for
out of the box compatibility with other spatial libraries.
Learn more in the 'Places service' API reference
.
License: Apache License (>= 2)
Encoding: UTF-8
Language: en
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports: arcgisutils (>= 0.3.0), cli, httr2 (>= 1.0.5), rlang, wk
Config/rextendr/version: 0.4.0.9000
SystemRequirements: Cargo (Rust's package manager), rustc, OpenSSL, xz
Suggests: sf
Depends: R (>= 4.2)
LazyData: true
URL: https://github.com/R-ArcGIS/arcgisplaces,
https://developers.arcgis.com/r-bridge/api-reference/arcgisplaces/,
https://r.esri.com/arcgisplaces/
BugReports: https://github.com/R-ArcGIS/arcgisplaces/issues
Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev
libssl-dev libproj-dev libsqlite3-dev libudunits2-dev xz-utils
libclang-dev
Repository: https://r-arcgis.r-universe.dev
Date/Publication: 2025-07-29 20:25:09 UTC
RemoteUrl: https://github.com/r-arcgis/arcgisplaces
RemoteRef: HEAD
RemoteSha: 22b20ebe651a29fff509a651e7ae028bb8975760
NeedsCompilation: yes
Packaged: 2026-06-24 09:08:06 UTC; root
Author: Josiah Parry [aut, cre] (ORCID:
),
Kenneth Vernon [ctb] (ORCID: )
Maintainer: Josiah Parry