Kendo.Mvc.UI.Fluent.MapLayerDefaultsBubbleSettingsBuilder
Defines the fluent API for configuring MapLayerDefaultsBubbleSettings
Methods
Symbol(System.String)
The bubble layer symbol type. The "circle" and "square" symbols are predefined.
Parameters
value 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.
Attribution(System.String)
The attribution for all bubble layers.
Parameters
value System.String
The value for Attribution
Opacity(System.Double)
The the opacity of all bubble layers.
Parameters
value System.Double
The value for Opacity
MaxSize(System.Double)
The maximum symbol size for bubble layer symbols.
Parameters
value System.Double
The value for MaxSize
MinSize(System.Double)
The minimum symbol size for bubble layer symbols.
Parameters
value System.Double
The value for MinSize
Style(System.Action<Kendo.Mvc.UI.Fluent.MapLayerDefaultsBubbleStyleSettingsBuilder>)
The default style for bubble layer symbols.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.MapLayerDefaultsBubbleStyleSettingsBuilder>
The configurator for the style setting.
Symbol(Kendo.Mvc.UI.MapSymbol)
The bubble layer symbol type. Supported symbols are "circle" and "square".
Parameters
value Kendo.Mvc.UI.MapSymbol
The value for Symbol