You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @param limit The maximum number of results to show. Defaults to 5.
567
567
#' @param min_length The minimum number of characters the user must enter before results are shown. Defaults to 2.
568
568
#' @param language The language to use for the geocoder. Per the Mapbox documentation, "Options are IETF language tags comprised of a mandatory ISO 639-1 language code and optionally one or more IETF subtags for country or script."
569
+
#' @param types A vector of feature types to limit to which the search should be
570
+
#' limited. Available options include `'country'`, `'region'`, `'postcode'`,
571
+
#' `'district'`, `'place'`, `'locality'`, `'neighborhood'`, `'address'`, `'street'`, `'block'`, `'address'`. and `'secondary_address'`. If left blank, all types will be searched.
572
+
#' @param country A character string or vector of ISO 3166 alpha-2 country codes within which you would like to limit your search.
573
+
#' @param worldview Returns features intended for different regional or cultural groups. The US (\code{'us'}) world view is returned by default.
574
+
#' @param width The width of the input field. Can be specified as a number (pixels) or a valid CSS width value (e.g., "300px", "100%"). Defaults to 100%.
569
575
#'
570
576
#' @return A Mapbox geocoder widget as a Shiny input
0 commit comments