New to Telerik UI for ASP.NET MVC? 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 that configures the 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

value - System.String

The value that configures the urltemplate.

UrlTemplateView(System.Web.Mvc.MvcHtmlString)

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.Web.Mvc.MvcHtmlString

The value that configures the 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

value - System.String

The value that configures the 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 that configures the attribution.

Opacity(System.Double)

The the opacity of all tile layers.

Parameters

value - System.Double

The value that configures the opacity.

In this article
Not finding the help you need?