Kendo.Mvc.UI.Fluent.MapLayerDefaultsTileSettingsBuilder
Defines the fluent API for configuring the MapLayerDefaultsTileSettings settings.
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.
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.