arcgisgeocode 0.4.0
- The
world_geocoderobject has been deprecated in favor ofworld_geocoder()function - Resolves an issue parsing geocoding results with fields that are not present in the world geocoder. Fixes #41 https://github.com/R-ArcGIS/arcgisgeocode/pull/42
arcgisgeocode 0.3.0
CRAN release: 2025-07-28
- Adds new fields
bldg_comp,struct_type,struct_detto output to address newly added fields in the world geocoding service - Bumps version of httr2 due to breaking change #40
arcgisgeocode 0.2.0
CRAN release: 2024-07-03
- The minimum version of R supported is R
4.2 -
#22 Fixed a bug where the
default_geocoder()would not work without attaching the entire package. See https://github.com/R-ArcGIS/arcgisgeocode/issues/23. - #21 Fixed a bug where custom locators did not parse and sort the results appropriately.