Skip to content

Commit

Permalink
fix: geocode API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Nov 27, 2024
1 parent 3cc3087 commit bd264a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
12 changes: 5 additions & 7 deletions R/geocode.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
#' If \code{sf = FALSE}, a \code{data.frame} containing the coordinates of the
#' geocoded addresses as \code{lng}, \code{lat} columns.
#'
#' According to the
#' \href{https://developer.here.com/documentation/geocoding-search-api/api-reference-swagger.html}{Geocoding
#' and Search API Reference}, the access coordinates are "[c]oordinates of the
#' place you are navigating to (for example, driving or walking). This is a
#' point on a road or in a parking lot." The position coordinates are "[t]he
#' coordinates (latitude, longitude) of a pin on a map corresponding to the
#' searched place."
#' According to the Geocoding and Search API Reference, the access coordinates
#' are "[c]oordinates of the place you are navigating to (for example, driving
#' or walking). This is a point on a road or in a parking lot." The position
#' coordinates are "[t]he coordinates (latitude, longitude) of a pin on a map
#' corresponding to the searched place."
#' @export
#'
#' @examples
Expand Down
12 changes: 5 additions & 7 deletions man/geocode.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd264a1

Please sign in to comment.