MapTileLayerProps
Represents the props of the KendoReact MapTileLayer component.
Name | Type | Default | Description |
---|---|---|---|
attribution? |
|
The attribution for the layer. Accepts HTML. | |
extent? |
|
Specifies the extent of the region covered by this layer. The layer will be hidden when the specified area is out of view. If not specified, the layer is always visible. Accepts an | |
maxZoom? |
|
The minimum zoom level at which to show this layer. | |
minZoom? |
|
The minimum zoom level at which to show this layer. | |
opacity? |
|
The the opacity for the layer. The value must be in the range from 0 (fully transparent) to 1 (fully opaque). | |
subdomains? |
|
A list of subdomains to use for loading tiles. Alternating between different subdomains allows more requests to be executed in parallel. | |
tileSize? |
|
|
The size of the image tile in pixels. |
urlTemplate |
|
A function that returns an image URL for each tile position. | |
zIndex? |
|
The zIndex for this layer. Layers are normally stacked in declaration order (last one is on top). |