-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add geocoding capabilities #3
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3 +/- ##
===========================================
+ Coverage 72.09% 99.02% +26.93%
===========================================
Files 4 4
Lines 172 205 +33
===========================================
+ Hits 124 203 +79
+ Misses 48 2 -46 ☔ View full report in Codecov by Sentry. |
#' | ||
#' @references | ||
#' [ArcGIS REST | ||
#' `findAddressCandidates`](https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm) |
Check notice
Code scanning / lintr
Lines should not be more than 80 characters. This line is 123 characters. Note
#' | ||
#' @details | ||
#' More info and valid values in the [ArcGIS REST | ||
#' docs](https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm) |
Check notice
Code scanning / lintr
Lines should not be more than 80 characters. This line is 105 characters. Note
No description provided.