ClassMapLayers
Container component for organizing multiple map layers in a layered data visualization. Provides a structured way to manage and display different types of map content (markers, shapes, bubbles) in separate layers. Children: MapLayer.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class MapLayers : DataVizCollectionComponent<MapLayer>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<MapLayer>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<MapLayer>MapLayers
Implements:
Inherited Members
Constructors
MapLayers()
Declaration
public MapLayers()
Properties
ChildContent
Defines the collection of map layers that will be rendered on the map. Use this to organize different data sets and visualization types into separate, manageable layers with individual styling and behavior. Children: MapLayer.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides