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

MapLayerDefaultsBubbleSettingsBuilder

Methods

Attribution(System.String)

The attribution for all bubble layers.

Parameters

value - System.String

The value that configures the attribution.

Opacity(System.Double)

The the opacity of all bubble layers.

Parameters

value - System.Double

The value that configures the opacity.

MaxSize(System.Double)

The maximum symbol size for bubble layer symbols.

Parameters

value - System.Double

The value that configures the maxsize.

MinSize(System.Double)

The minimum symbol size for bubble layer symbols.

Parameters

value - System.Double

The value that configures the minsize.

Style(System.Action)

The default style for bubble layer symbols.

Parameters

configurator - System.Action<MapLayerDefaultsBubbleStyleSettingsBuilder>

The action that configures the style.

Symbol(Kendo.Mvc.UI.MapSymbol)

The bubble layer symbol type. Supported symbols are "circle" and "square".

Parameters

value - MapSymbol

The value that configures the symbol.

Symbol(System.String)

The bubble layer symbol type. The "circle" and "square" symbols are predefined.

Parameters

symbol - System.String

The value that configures the symbol.

SymbolHandler(System.String)

A client-side function to invoke that will draw the symbol.

Parameters

handler - System.String

The name of the JavaScript function that will draw the symbol.

In this article
Not finding the help you need?