.tmap_providers {tmap} | R Documentation |
Get basemap tiles providers
Description
Get basemap tiles providers and the credits (attribution text). tmap_providers()
returns a list (or vector) with provider nams (or credits). tmap_provider_credits()
Usage
.tmap_providers
tmap_provider_credits(provider)
tmap_providers(mode, credits = FALSE, as.list = credits)
Arguments
provider |
provider name |
mode |
mode. If not specified the default mode is used |
credits |
If |
as.list |
Should the output be returned as list where names are provider names? By default |
Format
An object of class environment
of length 44.
Value
list or vector (see as.list
) with providers (or credits). tmap_provider_credits()
returns the credits text for the provided provider.
[Package tmap version 4.1 Index]