<kendo:map-layerDefaults-tile>

The default configuration for tile layers.

Example

<kendo:map-layerDefaults>
    <kendo:map-layerDefaults-tile></kendo:map-layerDefaults-tile>
</kendo:map-layerDefaults>

Configuration Attributes

attribution java.lang.String

The attribution of all tile layers.

Example

<kendo:map-layerDefaults-tile attribution="attribution">
</kendo:map-layerDefaults-tile>

opacity float

The the opacity of all tile layers.

Example

<kendo:map-layerDefaults-tile opacity="opacity">
</kendo:map-layerDefaults-tile>

subdomains java.lang.Object

The subdomain of all tile layers.

Example

<kendo:map-layerDefaults-tile subdomains="subdomains">
</kendo:map-layerDefaults-tile>

urlTemplate java.lang.String

The URL template for tile layers. Template variables: x - X coordinate of the tile; y - Y coordinate of the tile; zoom - zoom level or subdomain - Subdomain for this tile. See subdomains.

Example

<kendo:map-layerDefaults-tile urlTemplate="urlTemplate">
</kendo:map-layerDefaults-tile>
In this article
Not finding the help you need?