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.
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.
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.