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.