Skip to content

Commit 635e200

Browse files
committed
removes typo
1 parent 73f2095 commit 635e200

5 files changed

+2907
-351
lines changed

R/forward_geocoding.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#' @param key Your OpenCage key.
6262
#' @param bounds Provides the geocoder with a hint to the region that the query resides in. This value will restrict the possible results to the supplied region. The bounds parameter should be specified as 4 coordinate points forming the south-west and north-east corners of a bounding box. For example, \code{bounds = c(-0.563160, 51.280430, 0.278970, 51.683979)} (min long, min lat, max long, max lat).
6363
#' @param countrycode Restricts the results to the given country. The country code is a two letter code as defined by the ISO 3166-1 Alpha 2 standard. E.g. "GB" for the United Kingdom, "FR" for France, "US" for United States.
64-
#' @param language An IETF format language code (such as "es" for Spanish or "pt-BR" for Brazilian Portuguese). If no language is explicitly specified, we will look for an HTTP Accept-Language header like those sent by a brower and use the first language specified and if none are specified "en" (English) will be assumed.
64+
#' @param language An IETF format language code (such as "es" for Spanish or "pt-BR" for Brazilian Portuguese). If no language is explicitly specified, we will look for an HTTP Accept-Language header like those sent by a browser and use the first language specified and if none are specified "en" (English) will be assumed.
6565
#' @param limit How many results should be returned (1-100). Default is 10.
6666
#' @param min_confidence An integer from 1-10. Only results with at least this confidence will be returned.
6767
#' @param no_annotations Logical (default FALSE), when TRUE the output will not contain annotations.

R/reverse_geocoding.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#' @param key Your OpenCage key.
7373
#' @param bounds Provides the geocoder with a hint to the region that the query resides in. This value will restrict the possible results to the supplied region. The bounds parameter should be specified as 4 coordinate points forming the south-west and north-east corners of a bounding box. For example, \code{bounds = c(-0.563160, 51.280430, 0.278970, 51.683979)} (min long, min lat, max long, max lat).
7474
#' @param countrycode Restricts the results to the given country. The country code is a two letter code as defined by the ISO 3166-1 Alpha 2 standard. E.g. "GB" for the United Kingdom, "FR" for France, "US" for United States.
75-
#' @param language An IETF format language code (such as "es" for Spanish or "pt-BR" for Brazilian Portuguese). If no language is explicitly specified, we will look for an HTTP Accept-Language header like those sent by a brower and use the first language specified and if none are specified "en" (English) will be assumed.
75+
#' @param language An IETF format language code (such as "es" for Spanish or "pt-BR" for Brazilian Portuguese). If no language is explicitly specified, we will look for an HTTP Accept-Language header like those sent by a browser and use the first language specified and if none are specified "en" (English) will be assumed.
7676
#' @param limit How many results should be returned (1-100). Default is 10.
7777
#' @param min_confidence An integer from 1-10. Only results with at least this confidence will be returned.
7878
#' @param no_annotations Logical (default FALSE), when TRUE the output will not contain annotations.

man/opencage_forward.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/opencage_reverse.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)