New to Telerik UI for ASP.NET Core? Download free 30-day trial

MapLayerDefaultsTileSettingsBuilder

Methods

UrlTemplate(System.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.

Parameters

value - System.String

The value for UrlTemplate

UrlTemplateId(System.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.

Parameters

templateId - System.String

The ID of the template element for UrlTemplate

UrlTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

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.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for UrlTemplate

UrlTemplateHandler(System.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.

Parameters

templateHandler - System.String

The handler that returs the template for UrlTemplate

UrlTemplate(Kendo.Mvc.UI.TemplateBuilder)

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.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the urltemplate.

Attribution(System.String)

The attribution of all tile layers.

Parameters

value - System.String

The value for Attribution

Subdomains(System.String[])

The subdomain of all tile layers.

Parameters

value - System.String[]

The value for Subdomains

Opacity(System.Double)

The the opacity of all tile layers.

Parameters

value - System.Double

The value for Opacity

In this article
Not finding the help you need?