Attribution information for data sources used by this layer.
Attributions are automatically displayed or hidden depending on whether the corresponding data is currently active or visible on the map — e.g., based on zoom level, layer visibility, or usage. This ensures that only active data providers are credited, as required by licensing.
Can be a simple string (displayed as static text), or an array of structured attribution entries that support clickable labels and optional tooltips.
tileMargin that should be applied to all providers of the layer.
maximum zoom level at which data from the TileLayer will be displayed.
minimum zoom level at which data from the TileLayer will be displayed.
Name of the TileLayer.
Determines whether pointer events are enabled for all features of the layer.
The data provider(s) for the TileLayer.
The provider can either be a single TileProvider or an array of {min: number, max: number, provider: TileProvider}, where "min" and "max" define the minimum and maximum zoom level at which data from the "provider" should be used. If a single provider is defined, it's data will be used for all zoom levels. If several providers are defined for a single zoom level, only the data of the first defined is used.
Style for rendering features in this layer.
the size of the tile data in pixel.
Indicates whether the layer should be visible (true
) or hidden (false
).
Generated using TypeDoc
Configuration options for a TileLayer.