R/get_providers.R

Defines functions get_providers

Documented in get_providers

#' @title Providers
#' @description
#' List of builtin providers with their name, URL, subdomains and
#' attribution text.
#' @return A list of is returned.
#' @export
#' @examples
#' get_providers()
get_providers <- function() {
  return(.global_maptiles$providers)
}

Try the maptiles package in your browser

Any scripts or data that you put into this service are public.

maptiles documentation built on Oct. 30, 2024, 9:09 a.m.